Uses of Class
org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
-
Packages that use ExecutionImpl Package Description 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 Modifier and Type Field Description protected ExecutionImpl
CaseExecutionImpl. subProcessInstance
protected ExecutionImpl
CaseExecutionImpl. superExecution
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return ExecutionImpl Modifier and Type Method Description 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 Modifier and Type Field Description protected ExecutionImpl
ExecutionImpl. parent
the parent executionprotected ExecutionImpl
ExecutionImpl. processInstance
the process instance.protected ExecutionImpl
ExecutionImpl. subProcessInstance
reference to a subprocessinstance, not-null if currently subprocess is started from this executionprotected ExecutionImpl
ExecutionImpl. superExecution
super execution, not-null if this execution is part of a subprocessFields in org.camunda.bpm.engine.impl.pvm.runtime with type parameters of type ExecutionImpl Modifier and Type Field Description protected List<ExecutionImpl>
ExecutionImpl. executions
nested executions representing scopes or concurrent pathsMethods in org.camunda.bpm.engine.impl.pvm.runtime that return ExecutionImpl Modifier and Type Method Description ExecutionImpl
ExecutionImpl. createExecution(boolean initializeExecutionStartContext)
creates a new execution.ExecutionImpl
ExecutionImpl. getParent()
ensures initialization and returns the parentExecutionImpl
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 Modifier and Type Method Description List<ExecutionImpl>
ExecutionImpl. getExecutions()
ensures initialization and returns the non-null executions listList<ExecutionImpl>
ExecutionImpl. getExecutionsAsCopy()
Method parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type ExecutionImpl Modifier and Type Method Description void
ExecutionImpl. setExecutions(List<ExecutionImpl> executions)
-