|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CaseInstanceQueryDto | |
|---|---|
| org.camunda.bpm.engine.rest | |
| org.camunda.bpm.engine.rest.impl | |
| Uses of CaseInstanceQueryDto in org.camunda.bpm.engine.rest |
|---|
| Methods in org.camunda.bpm.engine.rest with parameters of type CaseInstanceQueryDto | |
|---|---|
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)
|
| Uses of CaseInstanceQueryDto in org.camunda.bpm.engine.rest.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.impl with parameters of type CaseInstanceQueryDto | |
|---|---|
List<CaseInstanceDto> |
CaseInstanceRestServiceImpl.queryCaseInstances(CaseInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults)
|
CountResultDto |
CaseInstanceRestServiceImpl.queryCaseInstancesCount(CaseInstanceQueryDto queryDto)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||