public class CaseExecutionRestServiceImpl extends AbstractRestProcessEngineAware implements CaseExecutionRestService
objectMapper, relativeRootResourcePath
processEngine
PATH
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
CaseExecutionQuery interface 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, setRelativeRootResourceUri
public CaseExecutionRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public CaseExecutionResource getCaseExecution(String caseExecutionId)
getCaseExecution
in interface CaseExecutionRestService
public List<CaseExecutionDto> getCaseExecutions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
CaseExecutionRestService
CaseExecutionQuery
interface as a REST service.getCaseExecutions
in interface CaseExecutionRestService
public List<CaseExecutionDto> queryCaseExecutions(CaseExecutionQueryDto queryDto, Integer firstResult, Integer maxResults)
CaseExecutionRestService
CaseExecutionRestService.getCaseExecutions(UriInfo, Integer, Integer)
(as a JSON message body)
and allows for any number of variable checks.queryCaseExecutions
in interface CaseExecutionRestService
public CountResultDto getCaseExecutionsCount(javax.ws.rs.core.UriInfo uriInfo)
getCaseExecutionsCount
in interface CaseExecutionRestService
public CountResultDto queryCaseExecutionsCount(CaseExecutionQueryDto queryDto)
queryCaseExecutionsCount
in interface CaseExecutionRestService
Copyright © 2022. All rights reserved.