Package | Description |
---|---|
org.camunda.bpm.engine.impl.pvm | |
org.camunda.bpm.engine.impl.pvm.delegate | |
org.camunda.bpm.engine.impl.pvm.process | |
org.camunda.bpm.engine.impl.pvm.runtime |
Modifier and Type | Method and Description |
---|---|
PvmTransition |
PvmActivity.findOutgoingTransition(String transitionId)
Finds and returns an outgoing sequence flow (transition) by it's id.
|
Modifier and Type | Method and Description |
---|---|
List<PvmTransition> |
PvmActivity.getIncomingTransitions() |
List<PvmTransition> |
PvmActivity.getOutgoingTransitions() |
Modifier and Type | Method and Description |
---|---|
void |
PvmLogger.notTakingTranistion(PvmTransition outgoingTransition) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityExecution.leaveActivityViaTransition(PvmTransition outgoingTransition) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityExecution.leaveActivityViaTransitions(List<PvmTransition> outgoingTransitions,
List<? extends ActivityExecution> joinedExecutions)
Takes the given outgoing transitions, and potentially reusing
the given list of executions that were previously joined.
|
Modifier and Type | Class and Description |
---|---|
class |
TransitionImpl |
Modifier and Type | Method and Description |
---|---|
List<PvmTransition> |
ActivityImpl.getIncomingTransitions() |
List<PvmTransition> |
ActivityImpl.getOutgoingTransitions() |
Modifier and Type | Field and Description |
---|---|
protected PvmTransition |
OutgoingExecution.outgoingTransition |
protected PvmTransition |
InstantiationStack.targetTransition |
Modifier and Type | Field and Description |
---|---|
protected List<PvmTransition> |
PvmExecutionImpl.transitionsToTake
A list of outgoing transitions from the current activity
that are going to be taken
|
Modifier and Type | Method and Description |
---|---|
PvmTransition |
InstantiationStack.getTargetTransition() |
Modifier and Type | Method and Description |
---|---|
List<PvmTransition> |
PvmExecutionImpl.getTransitionsToTake() |
Modifier and Type | Method and Description |
---|---|
void |
PvmExecutionImpl.executeActivities(List<PvmActivity> activityStack,
PvmActivity targetActivity,
PvmTransition targetTransition,
Map<String,Object> variables,
Map<String,Object> localVariables,
boolean skipCustomListeners,
boolean skipIoMappings)
Instantiates the given activity stack.
|
void |
PvmExecutionImpl.executeActivitiesConcurrent(List<PvmActivity> activityStack,
PvmActivity targetActivity,
PvmTransition targetTransition,
Map<String,Object> variables,
Map<String,Object> localVariables,
boolean skipCustomListeners,
boolean skipIoMappings)
Instantiates the given activity stack under this execution.
|
void |
PvmExecutionImpl.leaveActivityViaTransition(PvmTransition outgoingTransition) |
void |
PvmExecutionImpl.setTransition(PvmTransition transition) |
Modifier and Type | Method and Description |
---|---|
void |
PvmExecutionImpl.leaveActivityViaTransitions(List<PvmTransition> _transitions,
List<? extends ActivityExecution> _recyclableExecutions) |
void |
PvmExecutionImpl.setTransitionsToTake(List<PvmTransition> transitionsToTake) |
Constructor and Description |
---|
InstantiationStack(List<PvmActivity> activities,
PvmActivity targetActivity,
PvmTransition targetTransition) |
OutgoingExecution(PvmExecutionImpl outgoingExecution,
PvmTransition outgoingTransition) |
Copyright © 2017. All rights reserved.