Uses of Class
org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
Package
Description
-
Uses of ExecutionImpl in org.camunda.bpm.engine.impl.cmmn.execution
Modifier and TypeFieldDescriptionprotected ExecutionImpl
CaseExecutionImpl.subProcessInstance
protected ExecutionImpl
CaseExecutionImpl.superExecution
Modifier and TypeMethodDescriptionCaseExecutionImpl.getSubProcessInstance()
CaseExecutionImpl.getSuperExecution()
-
Uses of ExecutionImpl in org.camunda.bpm.engine.impl.pvm.runtime
Modifier and TypeFieldDescriptionprotected 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 subprocessModifier and TypeFieldDescriptionprotected List<ExecutionImpl>
ExecutionImpl.executions
nested executions representing scopes or concurrent pathsModifier and TypeMethodDescriptionExecutionImpl.createExecution()
creates a new execution.ExecutionImpl.getParent()
ensures initialization and returns the parentExecutionImpl.getProcessInstance()
ensures initialization and returns the process instance.ExecutionImpl.getReplacedBy()
ExecutionImpl.getSubProcessInstance()
ExecutionImpl.getSuperExecution()
protected ExecutionImpl
ExecutionImpl.newExecution()
instantiates a new execution.Modifier and TypeMethodDescriptionExecutionImpl.getExecutions()
ensures initialization and returns the non-null executions listExecutionImpl.getExecutionsAsCopy()
Modifier and TypeMethodDescriptionvoid
ExecutionImpl.setExecutions
(List<ExecutionImpl> executions)