Package | Description |
---|---|
org.camunda.bpm.engine.impl.pvm.runtime |
Modifier and Type | Field and Description |
---|---|
protected ExecutionImpl |
ExecutionImpl.parent
the parent execution
|
protected ExecutionImpl |
ExecutionImpl.processInstance
the process instance.
|
protected ExecutionImpl |
ExecutionImpl.replacedBy
when execution structure is pruned during a takeAll, then
the original execution has to be resolved to the replaced execution.
|
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()
creates a new execution.
|
ExecutionImpl |
ExecutionImpl.createExecution(boolean initializeExecutionStartContext)
creates a new execution.
|
ExecutionImpl |
ExecutionImpl.findExecution(String activityId)
searches for an execution positioned in the given activity
|
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
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ExecutionImpl.hasConcurrentSiblings(ExecutionImpl concurrentRoot) |
void |
ExecutionImpl.setSuperExecution(ExecutionImpl superExecution) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ExecutionImpl.allExecutionsInSameActivity(List<ExecutionImpl> executions) |
void |
ExecutionImpl.setExecutions(List<ExecutionImpl> executions) |
Copyright © 2015. All rights reserved.