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

Packages that use ProcessInstanceQueryDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.dto   
org.camunda.bpm.engine.rest.dto.migration   
org.camunda.bpm.engine.rest.dto.runtime   
org.camunda.bpm.engine.rest.dto.runtime.batch   
org.camunda.bpm.engine.rest.impl   
 

Uses of ProcessInstanceQueryDto in org.camunda.bpm.engine.rest
 

Methods in org.camunda.bpm.engine.rest with parameters of type ProcessInstanceQueryDto
 List<ProcessInstanceDto> ProcessInstanceRestService.queryProcessInstances(ProcessInstanceQueryDto query, Integer firstResult, Integer maxResults)
          Expects the same parameters as ProcessInstanceRestService.getProcessInstances(UriInfo, Integer, Integer) (as a JSON message body) and allows for any number of variable checks.
 CountResultDto ProcessInstanceRestService.queryProcessInstancesCount(ProcessInstanceQueryDto query)
           
 

Uses of ProcessInstanceQueryDto in org.camunda.bpm.engine.rest.dto
 

Fields in org.camunda.bpm.engine.rest.dto declared as ProcessInstanceQueryDto
protected  ProcessInstanceQueryDto ModificationDto.processInstanceQuery
           
 

Methods in org.camunda.bpm.engine.rest.dto that return ProcessInstanceQueryDto
 ProcessInstanceQueryDto ModificationDto.getProcessInstanceQuery()
           
 

Methods in org.camunda.bpm.engine.rest.dto with parameters of type ProcessInstanceQueryDto
 void ModificationDto.setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
           
 

Uses of ProcessInstanceQueryDto in org.camunda.bpm.engine.rest.dto.migration
 

Fields in org.camunda.bpm.engine.rest.dto.migration declared as ProcessInstanceQueryDto
protected  ProcessInstanceQueryDto MigrationExecutionDto.processInstanceQuery
           
 

Methods in org.camunda.bpm.engine.rest.dto.migration that return ProcessInstanceQueryDto
 ProcessInstanceQueryDto MigrationExecutionDto.getProcessInstanceQuery()
           
 

Methods in org.camunda.bpm.engine.rest.dto.migration with parameters of type ProcessInstanceQueryDto
 void MigrationExecutionDto.setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
           
 

Uses of ProcessInstanceQueryDto in org.camunda.bpm.engine.rest.dto.runtime
 

Fields in org.camunda.bpm.engine.rest.dto.runtime declared as ProcessInstanceQueryDto
protected  ProcessInstanceQueryDto SetJobRetriesByProcessDto.processInstanceQuery
           
 

Methods in org.camunda.bpm.engine.rest.dto.runtime that return ProcessInstanceQueryDto
 ProcessInstanceQueryDto SetJobRetriesByProcessDto.getProcessInstanceQuery()
           
 

Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type ProcessInstanceQueryDto
 void SetJobRetriesByProcessDto.setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
           
 

Uses of ProcessInstanceQueryDto in org.camunda.bpm.engine.rest.dto.runtime.batch
 

Fields in org.camunda.bpm.engine.rest.dto.runtime.batch declared as ProcessInstanceQueryDto
protected  ProcessInstanceQueryDto DeleteProcessInstancesDto.processInstanceQuery
           
 

Methods in org.camunda.bpm.engine.rest.dto.runtime.batch that return ProcessInstanceQueryDto
 ProcessInstanceQueryDto DeleteProcessInstancesDto.getProcessInstanceQuery()
           
 

Methods in org.camunda.bpm.engine.rest.dto.runtime.batch with parameters of type ProcessInstanceQueryDto
 void DeleteProcessInstancesDto.setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
           
 

Uses of ProcessInstanceQueryDto in org.camunda.bpm.engine.rest.impl
 

Methods in org.camunda.bpm.engine.rest.impl with parameters of type ProcessInstanceQueryDto
 List<ProcessInstanceDto> ProcessInstanceRestServiceImpl.queryProcessInstances(ProcessInstanceQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 CountResultDto ProcessInstanceRestServiceImpl.queryProcessInstancesCount(ProcessInstanceQueryDto queryDto)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.