Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
-
Packages that use CaseInstanceQueryDto Package Description 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 Modifier and Type Method Description List<CaseInstanceDto>
CaseInstanceRestService. 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.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 Modifier and Type Method Description List<CaseInstanceDto>
CaseInstanceRestServiceImpl. queryCaseInstances(CaseInstanceQueryDto queryDto, Integer firstResult, Integer maxResults)
CountResultDto
CaseInstanceRestServiceImpl. queryCaseInstancesCount(CaseInstanceQueryDto queryDto)
-