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 java.util.List<CaseExecutionDto>CaseExecutionRestService. queryCaseExecutions(CaseExecutionQueryDto query, java.lang.Integer firstResult, java.lang.Integer maxResults)Expects the same parameters asCaseExecutionRestService.getCaseExecutions(UriInfo, Integer, Integer)(as a JSON message body) and allows for any number of variable checks.CountResultDtoCaseExecutionRestService. 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 java.util.List<CaseExecutionDto>CaseExecutionRestServiceImpl. queryCaseExecutions(CaseExecutionQueryDto queryDto, java.lang.Integer firstResult, java.lang.Integer maxResults)CountResultDtoCaseExecutionRestServiceImpl. queryCaseExecutionsCount(CaseExecutionQueryDto queryDto)
-