Package org.camunda.bpm.engine.rest
Interface ExecutionRestService
- All Known Implementing Classes:
ExecutionRestServiceImpl
public interface ExecutionRestService
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetExecution
(String executionId) getExecutions
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getExecutionsCount
(javax.ws.rs.core.UriInfo uriInfo) queryExecutions
(ExecutionQueryDto query, Integer firstResult, Integer maxResults)
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
getExecution
-
getExecutions
List<ExecutionDto> getExecutions(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
queryExecutions
List<ExecutionDto> queryExecutions(ExecutionQueryDto query, Integer firstResult, Integer maxResults) -
getExecutionsCount
-
queryExecutionsCount
-