org.camunda.bpm.engine.rest.impl
Class ExecutionRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionRestServiceImpl
public ExecutionRestServiceImpl(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getExecution
public ExecutionResource getExecution(String executionId)
- Specified by:
getExecution in interface ExecutionRestService
getExecutions
public List<ExecutionDto> getExecutions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
getExecutions in interface ExecutionRestService
queryExecutions
public List<ExecutionDto> queryExecutions(ExecutionQueryDto queryDto,
Integer firstResult,
Integer maxResults)
- Specified by:
queryExecutions in interface ExecutionRestService
getExecutionsCount
public CountResultDto getExecutionsCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getExecutionsCount in interface ExecutionRestService
queryExecutionsCount
public CountResultDto queryExecutionsCount(ExecutionQueryDto queryDto)
- Specified by:
queryExecutionsCount in interface ExecutionRestService
Copyright © 2016 camunda services GmbH. All rights reserved.