public class CaseExecutionRestServiceImpl extends AbstractRestProcessEngineAware implements CaseExecutionRestService
objectMapper, relativeRootResourcePathprocessEnginePATH| Constructor and Description | 
|---|
| CaseExecutionRestServiceImpl(String engineName,
                            com.fasterxml.jackson.databind.ObjectMapper objectMapper) | 
| Modifier and Type | Method and Description | 
|---|---|
| CaseExecutionResource | getCaseExecution(String caseExecutionId) | 
| List<CaseExecutionDto> | getCaseExecutions(javax.ws.rs.core.UriInfo uriInfo,
                 Integer firstResult,
                 Integer maxResults)Exposes the  CaseExecutionQueryinterface as a REST service. | 
| CountResultDto | getCaseExecutionsCount(javax.ws.rs.core.UriInfo uriInfo) | 
| List<CaseExecutionDto> | queryCaseExecutions(CaseExecutionQueryDto queryDto,
                   Integer firstResult,
                   Integer maxResults)Expects the same parameters as
  CaseExecutionRestService.getCaseExecutions(UriInfo, Integer, Integer)(as a JSON message body)
 and allows for any number of variable checks. | 
| CountResultDto | queryCaseExecutionsCount(CaseExecutionQueryDto queryDto) | 
getObjectMapper, getProcessEngine, setRelativeRootResourceUripublic CaseExecutionRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public CaseExecutionResource getCaseExecution(String caseExecutionId)
getCaseExecution in interface CaseExecutionRestServicepublic List<CaseExecutionDto> getCaseExecutions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
CaseExecutionRestServiceCaseExecutionQuery interface as a REST service.getCaseExecutions in interface CaseExecutionRestServicepublic List<CaseExecutionDto> queryCaseExecutions(CaseExecutionQueryDto queryDto, Integer firstResult, Integer maxResults)
CaseExecutionRestServiceCaseExecutionRestService.getCaseExecutions(UriInfo, Integer, Integer) (as a JSON message body)
 and allows for any number of variable checks.queryCaseExecutions in interface CaseExecutionRestServicepublic CountResultDto getCaseExecutionsCount(javax.ws.rs.core.UriInfo uriInfo)
getCaseExecutionsCount in interface CaseExecutionRestServicepublic CountResultDto queryCaseExecutionsCount(CaseExecutionQueryDto queryDto)
queryCaseExecutionsCount in interface CaseExecutionRestServiceCopyright © 2018. All rights reserved.