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

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

Uses of TreeWalker in org.camunda.bpm.engine.impl.bpmn.behavior
 

Subclasses of TreeWalker in org.camunda.bpm.engine.impl.bpmn.behavior
static class AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker
          In a hierarchy of process instances, visits all leaf executions (i.e.
 

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

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

Methods in org.camunda.bpm.engine.impl.tree that return TreeWalker
 TreeWalker<T> TreeWalker.addPostCollector(Collector<T> collector)
           
 TreeWalker<T> TreeWalker.addPreCollector(Collector<T> collector)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.