| Package | Description | 
|---|---|
| org.camunda.bpm.engine.rest | |
| org.camunda.bpm.engine.rest.impl | 
| Modifier and Type | Method and Description | 
|---|---|
List<CaseExecutionDto> | 
CaseExecutionRestService.queryCaseExecutions(CaseExecutionQueryDto query,
                   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 | 
CaseExecutionRestService.queryCaseExecutionsCount(CaseExecutionQueryDto query)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<CaseExecutionDto> | 
CaseExecutionRestServiceImpl.queryCaseExecutions(CaseExecutionQueryDto queryDto,
                   Integer firstResult,
                   Integer maxResults)  | 
CountResultDto | 
CaseExecutionRestServiceImpl.queryCaseExecutionsCount(CaseExecutionQueryDto queryDto)  | 
Copyright © 2019. All rights reserved.