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.ExecutionScopeHierarchyWalker
          Walks the execution tree hierarchy skipping all non-scope executions.
 

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.