Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
Packages that use CaseInstanceQueryDto
-
Uses of CaseInstanceQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type CaseInstanceQueryDtoModifier and TypeMethodDescriptionCaseInstanceRestService.queryCaseInstances
(CaseInstanceQueryDto query, Integer firstResult, Integer maxResults) Expects the same parameters asCaseInstanceRestService.getCaseInstances(UriInfo, Integer, Integer)
(as a JSON message body) and allows for any number of variable checks.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 CaseInstanceQueryDtoModifier and TypeMethodDescriptionCaseInstanceRestServiceImpl.queryCaseInstances
(CaseInstanceQueryDto queryDto, Integer firstResult, Integer maxResults) CaseInstanceRestServiceImpl.queryCaseInstancesCount
(CaseInstanceQueryDto queryDto)