Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
Packages that use ExecutionQueryDto
-
Uses of ExecutionQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type ExecutionQueryDtoModifier and TypeMethodDescriptionExecutionRestService.queryExecutions
(ExecutionQueryDto query, Integer firstResult, Integer maxResults) 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 ExecutionQueryDtoModifier and TypeMethodDescriptionExecutionRestServiceImpl.queryExecutions
(ExecutionQueryDto queryDto, Integer firstResult, Integer maxResults) ExecutionRestServiceImpl.queryExecutionsCount
(ExecutionQueryDto queryDto)