| Package | Description | 
|---|---|
| org.camunda.bpm.engine.rest | |
| org.camunda.bpm.engine.rest.impl | 
| Modifier and Type | Method and Description | 
|---|---|
List<CaseInstanceDto> | 
CaseInstanceRestService.queryCaseInstances(CaseInstanceQueryDto query,
                  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 | 
CaseInstanceRestService.queryCaseInstancesCount(CaseInstanceQueryDto query)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<CaseInstanceDto> | 
CaseInstanceRestServiceImpl.queryCaseInstances(CaseInstanceQueryDto queryDto,
                  Integer firstResult,
                  Integer maxResults)  | 
CountResultDto | 
CaseInstanceRestServiceImpl.queryCaseInstancesCount(CaseInstanceQueryDto queryDto)  | 
Copyright © 2018. All rights reserved.