Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
-
Uses of CaseExecutionQueryDto in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionCaseExecutionRestService.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.CaseExecutionRestService.queryCaseExecutionsCount
(CaseExecutionQueryDto query) -
Uses of CaseExecutionQueryDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionCaseExecutionRestServiceImpl.queryCaseExecutions
(CaseExecutionQueryDto queryDto, Integer firstResult, Integer maxResults) CaseExecutionRestServiceImpl.queryCaseExecutionsCount
(CaseExecutionQueryDto queryDto)