Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
-
Packages that use ExecutionQueryDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl -
-
Uses of ExecutionQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type ExecutionQueryDto Modifier and Type Method Description List<ExecutionDto>
ExecutionRestService. queryExecutions(ExecutionQueryDto query, Integer firstResult, Integer maxResults)
CountResultDto
ExecutionRestService. queryExecutionsCount(ExecutionQueryDto query)
-
Uses of ExecutionQueryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type ExecutionQueryDto Modifier and Type Method Description List<ExecutionDto>
ExecutionRestServiceImpl. queryExecutions(ExecutionQueryDto queryDto, Integer firstResult, Integer maxResults)
CountResultDto
ExecutionRestServiceImpl. queryExecutionsCount(ExecutionQueryDto queryDto)
-