Uses of Interface
org.camunda.bpm.engine.impl.tree.TreeVisitor
Package
Description
-
Uses of TreeVisitor in org.camunda.bpm.engine.impl.bpmn.helper
Modifier and TypeClassDescriptionclass
class
-
Uses of TreeVisitor in org.camunda.bpm.engine.impl.migration.instance
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of TreeVisitor in org.camunda.bpm.engine.impl.migration.validation.instruction
Modifier and TypeClassDescriptionstatic class
-
Uses of TreeVisitor in org.camunda.bpm.engine.impl.tree
Modifier and TypeClassDescriptionclass
Collect the mappings of scopes and executions.class
class
Collects executions that execute an activity instance that is a leaf in the activity instance tree.class
Pass the output variables from the process instance of a subprocess to the calling process instance.class
class
Modifier and TypeFieldDescriptionprotected List<TreeVisitor<T>>
ReferenceWalker.postVisitor
protected List<TreeVisitor<T>>
ReferenceWalker.preVisitor
Modifier and TypeMethodDescriptionActivityExecutionHierarchyWalker.addExecutionPostVisitor
(TreeVisitor<ActivityExecution> visitor) ActivityExecutionHierarchyWalker.addExecutionPreVisitor
(TreeVisitor<ActivityExecution> visitor) ReferenceWalker.addPostVisitor
(TreeVisitor<T> collector) ReferenceWalker.addPreVisitor
(TreeVisitor<T> collector) ActivityExecutionHierarchyWalker.addScopePostVisitor
(TreeVisitor<PvmScope> visitor) ActivityExecutionHierarchyWalker.addScopePreVisitor
(TreeVisitor<PvmScope> visitor)