Uses of Class
org.operaton.bpm.engine.impl.pvm.runtime.ExecutionImpl
Packages that use ExecutionImpl
Package
Description
-
Uses of ExecutionImpl in org.operaton.bpm.engine.impl.cmmn.execution
Fields in org.operaton.bpm.engine.impl.cmmn.execution declared as ExecutionImplModifier and TypeFieldDescriptionprotected ExecutionImplCaseExecutionImpl.subProcessInstanceprotected ExecutionImplCaseExecutionImpl.superExecutionMethods in org.operaton.bpm.engine.impl.cmmn.execution that return ExecutionImplModifier and TypeMethodDescriptionCaseExecutionImpl.getSubProcessInstance()CaseExecutionImpl.getSuperExecution() -
Uses of ExecutionImpl in org.operaton.bpm.engine.impl.pvm.runtime
Methods in org.operaton.bpm.engine.impl.pvm.runtime that return ExecutionImplModifier and TypeMethodDescriptionExecutionImpl.createExecution()creates a new execution. properties processDefinition, processInstance and activity will be initialized.ExecutionImpl.getParent()ensures initialization and returns the parentExecutionImpl.getProcessInstance()ensures initialization and returns the process instance.ExecutionImpl.getReplacedBy()ExecutionImpl.getSubProcessInstance()ExecutionImpl.getSuperExecution()protected ExecutionImplExecutionImpl.newExecution()instantiates a new execution. can be overridden by subclassesMethods in org.operaton.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.operaton.bpm.engine.impl.pvm.runtime with type arguments of type ExecutionImplModifier and TypeMethodDescriptionvoidExecutionImpl.setExecutions(List<ExecutionImpl> executions)