Uses of Class
org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
Packages that use ExecutionImpl
Package
Description
-
Uses of ExecutionImpl in org.camunda.bpm.engine.impl.cmmn.execution
Fields in org.camunda.bpm.engine.impl.cmmn.execution declared as ExecutionImplModifier and TypeFieldDescriptionprotected ExecutionImpl
CaseExecutionImpl.subProcessInstance
protected ExecutionImpl
CaseExecutionImpl.superExecution
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return ExecutionImplModifier and TypeMethodDescriptionCaseExecutionImpl.getSubProcessInstance()
CaseExecutionImpl.getSuperExecution()
-
Uses of ExecutionImpl in org.camunda.bpm.engine.impl.pvm.runtime
Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as ExecutionImplModifier 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 subprocessFields in org.camunda.bpm.engine.impl.pvm.runtime with type parameters of type ExecutionImplModifier and TypeFieldDescriptionprotected List<ExecutionImpl>
ExecutionImpl.executions
nested executions representing scopes or concurrent pathsMethods in org.camunda.bpm.engine.impl.pvm.runtime that return ExecutionImplModifier 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.Methods in org.camunda.bpm.engine.impl.pvm.runtime that return types with arguments of type ExecutionImplModifier and TypeMethodDescriptionExecutionImpl.getExecutions()
ensures initialization and returns the non-null executions listExecutionImpl.getExecutionsAsCopy()
Method parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type ExecutionImplModifier and TypeMethodDescriptionvoid
ExecutionImpl.setExecutions
(List<ExecutionImpl> executions)