Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
Packages that use CaseExecutionQueryDto
-
Uses of CaseExecutionQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type CaseExecutionQueryDtoModifier 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
Methods in org.camunda.bpm.engine.rest.impl with parameters of type CaseExecutionQueryDtoModifier and TypeMethodDescriptionCaseExecutionRestServiceImpl.queryCaseExecutions
(CaseExecutionQueryDto queryDto, Integer firstResult, Integer maxResults) CaseExecutionRestServiceImpl.queryCaseExecutionsCount
(CaseExecutionQueryDto queryDto)