Compare commits
6 Commits
v2.0.4-aps
...
v2.0.5
Author | SHA1 | Date | |
---|---|---|---|
fd80199050 | |||
e29b460ed4 | |||
9d031414d3 | |||
a98005618a | |||
3dcdfe7415 | |||
1e17f5f638 |
4
pom.xml
4
pom.xml
@@ -5,10 +5,10 @@
|
||||
|
||||
<groupId>com.inteligr8.alfresco</groupId>
|
||||
<artifactId>aps-public-rest-api</artifactId>
|
||||
<version>2.0.4-aps1</version>
|
||||
<version>2.0.5</version>
|
||||
|
||||
<name>Alfresco Process Services ReST API for Java</name>
|
||||
<description>An APS API library for APS v1.x REST API clients</description>
|
||||
<description>An APS API library for building REST API clients that support both the CXF and Jersey frameworks</description>
|
||||
<url>https://bitbucket.org/inteligr8/aps-public-rest-api</url>
|
||||
|
||||
<licenses>
|
||||
|
@@ -27,6 +27,7 @@ import com.inteligr8.alfresco.activiti.model.ResultListDataRepresentation;
|
||||
public interface HistoricProcessInstancesApi {
|
||||
|
||||
@POST
|
||||
@Path("query")
|
||||
@Consumes({ "application/json" })
|
||||
@Produces({ "application/json" })
|
||||
ResultListDataRepresentation<ProcessInstance> query(HistoricProcessInstanceQueryRepresentation request);
|
||||
|
@@ -40,6 +40,7 @@ public interface ProcessInstancesApi {
|
||||
ProcessInstance create(CreateProcessInstance processInstance);
|
||||
|
||||
@POST
|
||||
@Path("query")
|
||||
@Consumes({ "application/json" })
|
||||
@Produces({ "application/json" })
|
||||
ResultListDataRepresentation<ProcessInstance> query(ProcessInstanceQueryRepresentation request);
|
||||
|
Reference in New Issue
Block a user