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

Packages that use ProcessInstanceDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.dto.message   
org.camunda.bpm.engine.rest.dto.runtime   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.sub.repository   
org.camunda.bpm.engine.rest.sub.repository.impl   
org.camunda.bpm.engine.rest.sub.runtime   
org.camunda.bpm.engine.rest.sub.runtime.impl   
 

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

Methods in org.camunda.bpm.engine.rest that return types with arguments of type ProcessInstanceDto
 List<ProcessInstanceDto> ProcessInstanceRestService.getProcessInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the ProcessInstanceQuery interface as a REST service.
 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.
 

Uses of ProcessInstanceDto in org.camunda.bpm.engine.rest.dto.message
 

Methods in org.camunda.bpm.engine.rest.dto.message that return ProcessInstanceDto
 ProcessInstanceDto MessageCorrelationResultDto.getProcessInstance()
           
 

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

Subclasses of ProcessInstanceDto in org.camunda.bpm.engine.rest.dto.runtime
 class ProcessInstanceWithVariablesDto
          Represents a process instance dto extension dto that contains latest variables.
 

Methods in org.camunda.bpm.engine.rest.dto.runtime that return ProcessInstanceDto
static ProcessInstanceDto ProcessInstanceDto.fromProcessInstance(ProcessInstance instance)
           
static ProcessInstanceDto ProcessInstanceWithVariablesDto.fromProcessInstance(ProcessInstanceWithVariables instance)
           
 

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

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type ProcessInstanceDto
 List<ProcessInstanceDto> ProcessInstanceRestServiceImpl.getProcessInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<ProcessInstanceDto> ProcessInstanceRestServiceImpl.queryProcessInstances(ProcessInstanceQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

Uses of ProcessInstanceDto in org.camunda.bpm.engine.rest.sub.repository
 

Methods in org.camunda.bpm.engine.rest.sub.repository that return ProcessInstanceDto
 ProcessInstanceDto ProcessDefinitionResource.startProcessInstance(javax.ws.rs.core.UriInfo context, StartProcessInstanceDto parameters)
           
 ProcessInstanceDto ProcessDefinitionResource.submitForm(javax.ws.rs.core.UriInfo context, StartProcessInstanceDto parameters)
           
 

Uses of ProcessInstanceDto in org.camunda.bpm.engine.rest.sub.repository.impl
 

Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return ProcessInstanceDto
 ProcessInstanceDto ProcessDefinitionResourceImpl.startProcessInstance(javax.ws.rs.core.UriInfo context, StartProcessInstanceDto parameters)
           
 ProcessInstanceDto ProcessDefinitionResourceImpl.submitForm(javax.ws.rs.core.UriInfo context, StartProcessInstanceDto parameters)
           
 

Uses of ProcessInstanceDto in org.camunda.bpm.engine.rest.sub.runtime
 

Methods in org.camunda.bpm.engine.rest.sub.runtime that return ProcessInstanceDto
 ProcessInstanceDto ProcessInstanceResource.getProcessInstance()
           
 

Uses of ProcessInstanceDto in org.camunda.bpm.engine.rest.sub.runtime.impl
 

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return ProcessInstanceDto
 ProcessInstanceDto ProcessInstanceResourceImpl.getProcessInstance()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.