Uses of Class
org.camunda.bpm.engine.impl.tree.TreeWalker

Packages that use TreeWalker
org.camunda.bpm.engine.impl.tree   
 

Uses of TreeWalker in org.camunda.bpm.engine.impl.tree
 

Subclasses of TreeWalker in org.camunda.bpm.engine.impl.tree
 class ActivityExecutionHierarchyWalker
          Combination of flow scope and execution walker.
 class ExecutionWalker
           
 class FlowScopeWalker
          Walks the flow scope hierarchy upwards
 

Methods in org.camunda.bpm.engine.impl.tree that return TreeWalker
 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 © 2016 camunda services GmbH. All rights reserved.