Uses of Class
org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl

Packages that use ExecutionImpl
org.camunda.bpm.engine.impl.pvm.runtime   
 

Uses of ExecutionImpl in org.camunda.bpm.engine.impl.pvm.runtime
 

Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as ExecutionImpl
protected  ExecutionImpl ExecutionImpl.parent
          the parent execution
protected  ExecutionImpl ExecutionImpl.processInstance
          the process instance.
protected  ExecutionImpl ExecutionImpl.replacedBy
          when execution structure is pruned during a takeAll, then the original execution has to be resolved to the replaced execution.
protected  ExecutionImpl ExecutionImpl.subProcessInstance
          reference to a subprocessinstance, not-null if currently subprocess is started from this execution
protected  ExecutionImpl ExecutionImpl.superExecution
          super execution, not-null if this execution is part of a subprocess
 

Fields in org.camunda.bpm.engine.impl.pvm.runtime with type parameters of type ExecutionImpl
protected  List<ExecutionImpl> ExecutionImpl.executions
          nested executions representing scopes or concurrent paths
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return ExecutionImpl
 ExecutionImpl ExecutionImpl.createExecution()
          creates a new execution.
 ExecutionImpl ExecutionImpl.findExecution(String activityId)
          searches for an execution positioned in the given activity
 ExecutionImpl ExecutionImpl.getParent()
          ensures initialization and returns the parent
 ExecutionImpl ExecutionImpl.getProcessInstance()
          ensures initialization and returns the process instance.
 ExecutionImpl ExecutionImpl.getReplacedBy()
           
 ExecutionImpl ExecutionImpl.getSubProcessInstance()
           
 ExecutionImpl ExecutionImpl.getSuperExecution()
           
protected  ExecutionImpl ExecutionImpl.newExecution()
          instantiates a new execution.
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return types with arguments of type ExecutionImpl
 List<ExecutionImpl> ExecutionImpl.getExecutions()
          ensures initialization and returns the non-null executions list
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type ExecutionImpl
protected  boolean ExecutionImpl.hasConcurrentSiblings(ExecutionImpl concurrentRoot)
           
 void ExecutionImpl.setSuperExecution(ExecutionImpl superExecution)
           
 

Method parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type ExecutionImpl
protected  boolean ExecutionImpl.allExecutionsInSameActivity(List<ExecutionImpl> executions)
           
 void ExecutionImpl.setExecutions(List<ExecutionImpl> executions)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.