Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.behavior | |
org.camunda.bpm.engine.impl.tree |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder |
protected class |
ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder |
Modifier and Type | Class and Description |
---|---|
class |
ActivityExecutionMappingCollector
Collect the mappings of scopes and executions.
|
class |
ActivityStackCollector |
class |
LeafActivityInstanceExecutionCollector
Collects executions that execute an activity instance that is a leaf in the activity instance tree.
|
class |
OutputVariablesPropagator
Pass the output variables from the process instance of a subprocess to the
calling process instance.
|
class |
ScopeCollector |
class |
ScopeExecutionCollector |
Modifier and Type | Field and Description |
---|---|
protected List<TreeVisitor<T>> |
TreeWalker.postVisitor |
protected List<TreeVisitor<T>> |
TreeWalker.preVisitor |
Modifier and Type | Method and Description |
---|---|
TreeWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addExecutionPostVisitor(TreeVisitor<ActivityExecution> visitor) |
TreeWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addExecutionPreVisitor(TreeVisitor<ActivityExecution> visitor) |
TreeWalker<T> |
TreeWalker.addPostVisitor(TreeVisitor<T> collector) |
TreeWalker<T> |
TreeWalker.addPreVisitor(TreeVisitor<T> collector) |
TreeWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addScopePostVisitor(TreeVisitor<PvmScope> visitor) |
TreeWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addScopePreVisitor(TreeVisitor<PvmScope> visitor) |
Copyright © 2018. All rights reserved.