Uses of Interface
org.camunda.bpm.engine.impl.tree.TreeVisitor

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

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

Classes in org.camunda.bpm.engine.impl.bpmn.behavior that implement TreeVisitor
 class AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
           
protected  class ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder
           
 

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

Classes in org.camunda.bpm.engine.impl.tree that implement TreeVisitor
 class ActivityExecutionMappingCollector
          Collect the mappings of scopes and executions.
 class ActivityStackCollector
           
 class LeafActivityInstanceExecutionCollector
          Collects executions that execute an activity instance that is a leaf in the activity instance tree.
 class OutputVariablesPropagator
          Pass the output variables from the process instance of a subprocess to the calling process instance.
 class ScopeCollector
           
 class ScopeExecutionCollector
           
 

Fields in org.camunda.bpm.engine.impl.tree with type parameters of type TreeVisitor
protected  List<TreeVisitor<T>> TreeWalker.postVisitor
           
protected  List<TreeVisitor<T>> TreeWalker.preVisitor
           
 

Methods in org.camunda.bpm.engine.impl.tree with parameters of type TreeVisitor
 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.