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) |
Modifier and Type | Method and Description |
---|---|
List<PvmTransition> |
PvmActivity.getIncomingTransitions() |
List<PvmTransition> |
PvmActivity.getOutgoingTransitions() |
Modifier and Type | Method and Description |
---|---|
void |
ActivityExecution.take(PvmTransition transition)
leaves the current activity by taking the given transition.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityExecution.takeAll(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 | Method and Description |
---|---|
void |
PvmExecutionImpl.take(PvmTransition transition) |
Modifier and Type | Method and Description |
---|---|
void |
PvmExecutionImpl.takeAll(List<PvmTransition> _transitions,
List<? extends ActivityExecution> _recyclableExecutions) |
Copyright © 2018. All rights reserved.