Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
-
Packages that use CaseExecutionQueryDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl -
-
Uses of CaseExecutionQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type CaseExecutionQueryDto Modifier and Type Method Description List<CaseExecutionDto>
CaseExecutionRestService. queryCaseExecutions(CaseExecutionQueryDto query, Integer firstResult, Integer maxResults)
Expects the same parameters asCaseExecutionRestService.getCaseExecutions(UriInfo, Integer, Integer)
(as a JSON message body) and allows for any number of variable checks.CountResultDto
CaseExecutionRestService. queryCaseExecutionsCount(CaseExecutionQueryDto query)
-
Uses of CaseExecutionQueryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type CaseExecutionQueryDto Modifier and Type Method Description List<CaseExecutionDto>
CaseExecutionRestServiceImpl. queryCaseExecutions(CaseExecutionQueryDto queryDto, Integer firstResult, Integer maxResults)
CountResultDto
CaseExecutionRestServiceImpl. queryCaseExecutionsCount(CaseExecutionQueryDto queryDto)
-