Uses of Class
org.camunda.bpm.engine.impl.tree.ReferenceWalker
Packages that use ReferenceWalker
Package
Description
-
Uses of ReferenceWalker in org.camunda.bpm.engine.impl.migration.instance
Subclasses of ReferenceWalker in org.camunda.bpm.engine.impl.migration.instanceModifier and TypeClassDescriptionclass
Walks the hierarchy ofMigratingProcessElementInstance
s in a top-down-fashion.class
-
Uses of ReferenceWalker in org.camunda.bpm.engine.impl.migration.instance.parser
Subclasses of ReferenceWalker in org.camunda.bpm.engine.impl.migration.instance.parserModifier and TypeClassDescriptionclass
class
Ensures that event subscriptions are visited in a top-down fashion, i.e. -
Uses of ReferenceWalker in org.camunda.bpm.engine.impl.tree
Subclasses of ReferenceWalker in org.camunda.bpm.engine.impl.treeModifier and TypeClassDescriptionclass
Combination of flow scope and execution walker.class
class
class
Walks the flow scope hierarchy upwardsclass
Methods in org.camunda.bpm.engine.impl.tree that return ReferenceWalkerModifier 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)