| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.cmmn.execution | |
| org.camunda.bpm.engine.impl.pvm.runtime | 
| Modifier and Type | Field and Description | 
|---|---|
protected ExecutionImpl | 
CaseExecutionImpl.subProcessInstance  | 
protected ExecutionImpl | 
CaseExecutionImpl.superExecution  | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutionImpl | 
CaseExecutionImpl.getSubProcessInstance()  | 
ExecutionImpl | 
CaseExecutionImpl.getSuperExecution()  | 
| Modifier and Type | Field and Description | 
|---|---|
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 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<ExecutionImpl> | 
ExecutionImpl.executions
nested executions representing scopes or concurrent paths 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ExecutionImpl> | 
ExecutionImpl.getExecutions()
ensures initialization and returns the non-null executions list 
 | 
List<ExecutionImpl> | 
ExecutionImpl.getExecutionsAsCopy()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExecutionImpl.setExecutions(List<ExecutionImpl> executions)  | 
Copyright © 2019. All rights reserved.