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

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

Uses of ExecutionImpl in org.camunda.bpm.engine.impl.cmmn.execution
 

Fields in org.camunda.bpm.engine.impl.cmmn.execution declared as ExecutionImpl
protected  ExecutionImpl CaseExecutionImpl.subProcessInstance
           
protected  ExecutionImpl CaseExecutionImpl.superExecution
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return ExecutionImpl
 ExecutionImpl CaseExecutionImpl.getSubProcessInstance()
           
 ExecutionImpl CaseExecutionImpl.getSuperExecution()
           
 

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.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(boolean initializeExecutionStartContext)
          creates a new execution.
 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
 List<ExecutionImpl> ExecutionImpl.getExecutionsAsCopy()
           
 

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



Copyright © 2016 camunda services GmbH. All rights reserved.