Package org.camunda.bpm.engine.rest.impl
Class ExecutionRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.ExecutionRestServiceImpl
- All Implemented Interfaces:
ExecutionRestService
public class ExecutionRestServiceImpl
extends AbstractRestProcessEngineAware
implements ExecutionRestService
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.ExecutionRestService
PATH
-
Constructor Summary
ConstructorDescriptionExecutionRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptiongetExecution
(String executionId) getExecutions
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getExecutionsCount
(jakarta.ws.rs.core.UriInfo uriInfo) queryExecutions
(ExecutionQueryDto queryDto, Integer firstResult, Integer maxResults) queryExecutionsCount
(ExecutionQueryDto queryDto) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
ExecutionRestServiceImpl
public ExecutionRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getExecution
- Specified by:
getExecution
in interfaceExecutionRestService
-
getExecutions
public List<ExecutionDto> getExecutions(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getExecutions
in interfaceExecutionRestService
-
queryExecutions
public List<ExecutionDto> queryExecutions(ExecutionQueryDto queryDto, Integer firstResult, Integer maxResults) - Specified by:
queryExecutions
in interfaceExecutionRestService
-
getExecutionsCount
- Specified by:
getExecutionsCount
in interfaceExecutionRestService
-
queryExecutionsCount
- Specified by:
queryExecutionsCount
in interfaceExecutionRestService
-