Uses of Interface
org.camunda.bpm.engine.runtime.Execution

Packages that use Execution
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.runtime   
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
 

Uses of Execution in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type Execution
 List<Execution> NativeExecutionQueryImpl.executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
           
 List<Execution> ExecutionQueryImpl.executeList(CommandContext commandContext, Page page)
           
 

Uses of Execution in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Execution
 class ExecutionEntity
           
 class ProcessInstanceWithVariablesImpl
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Execution
 List<Execution> ExecutionManager.findExecutionsByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
           
 

Uses of Execution in org.camunda.bpm.engine.impl.runtime
 

Fields in org.camunda.bpm.engine.impl.runtime declared as Execution
protected  Execution MessageCorrelationResultImpl.execution
           
 

Methods in org.camunda.bpm.engine.impl.runtime that return Execution
 Execution MessageCorrelationResultImpl.getExecution()
           
 Execution CorrelationHandlerResult.getExecution()
           
 

Uses of Execution in org.camunda.bpm.engine.runtime
 

Subinterfaces of Execution in org.camunda.bpm.engine.runtime
 interface ProcessInstance
          Represents one execution of a ProcessDefinition.
 interface ProcessInstanceWithVariables
          Represents a process instance with the corresponding latest variables.
 

Methods in org.camunda.bpm.engine.runtime that return Execution
 Execution MessageCorrelationResult.getExecution()
          Returns the execution entity on which the message was correlated to.
 



Copyright © 2016 camunda services GmbH. All rights reserved.