public class CaseInstanceRestServiceImpl extends AbstractRestProcessEngineAware implements CaseInstanceRestService
objectMapper, relativeRootResourcePathprocessEnginePATH| Constructor and Description | 
|---|
CaseInstanceRestServiceImpl(String engineName,
                           com.fasterxml.jackson.databind.ObjectMapper objectMapper)  | 
| Modifier and Type | Method and Description | 
|---|---|
CaseInstanceResource | 
getCaseInstance(String caseInstanceId)  | 
List<CaseInstanceDto> | 
getCaseInstances(javax.ws.rs.core.UriInfo uriInfo,
                Integer firstResult,
                Integer maxResults)
Exposes the  
CaseInstanceQuery interface as a REST service. | 
CountResultDto | 
getCaseInstancesCount(javax.ws.rs.core.UriInfo uriInfo)  | 
List<CaseInstanceDto> | 
queryCaseInstances(CaseInstanceQueryDto queryDto,
                  Integer firstResult,
                  Integer maxResults)
Expects the same parameters as
  
CaseInstanceRestService.getCaseInstances(UriInfo, Integer, Integer) (as a JSON message body)
 and allows for any number of variable checks. | 
CountResultDto | 
queryCaseInstancesCount(CaseInstanceQueryDto queryDto)  | 
getObjectMapper, getProcessEngine, setRelativeRootResourceUripublic CaseInstanceRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public CaseInstanceResource getCaseInstance(String caseInstanceId)
getCaseInstance in interface CaseInstanceRestServicepublic List<CaseInstanceDto> getCaseInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
CaseInstanceRestServiceCaseInstanceQuery interface as a REST service.getCaseInstances in interface CaseInstanceRestServicepublic List<CaseInstanceDto> queryCaseInstances(CaseInstanceQueryDto queryDto, Integer firstResult, Integer maxResults)
CaseInstanceRestServiceCaseInstanceRestService.getCaseInstances(UriInfo, Integer, Integer) (as a JSON message body)
 and allows for any number of variable checks.queryCaseInstances in interface CaseInstanceRestServicepublic CountResultDto getCaseInstancesCount(javax.ws.rs.core.UriInfo uriInfo)
getCaseInstancesCount in interface CaseInstanceRestServicepublic CountResultDto queryCaseInstancesCount(CaseInstanceQueryDto queryDto)
queryCaseInstancesCount in interface CaseInstanceRestServiceCopyright © 2021. All rights reserved.