Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto

Packages that use ExecutionQueryDto
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
 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
 List<ExecutionDto> ExecutionRestServiceImpl.queryExecutions(ExecutionQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 CountResultDto ExecutionRestServiceImpl.queryExecutionsCount(ExecutionQueryDto queryDto)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.