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

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

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

Classes in org.camunda.bpm.engine.impl.bpmn.behavior that implement Collector
static class AbstractBpmnActivityBehavior.ErrorDeclarationFinder
           
static class AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
           
static class AbstractBpmnActivityBehavior.ProcessInstanceCollector
           
 

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

Classes in org.camunda.bpm.engine.impl.tree that implement Collector
 class ActivityStackCollector
           
 class ScopeCollector
           
 class ScopeExecutionCollector
           
 

Fields in org.camunda.bpm.engine.impl.tree with type parameters of type Collector
protected  List<Collector<T>> TreeWalker.postCollectors
           
protected  List<Collector<T>> TreeWalker.preCollectors
           
 

Methods in org.camunda.bpm.engine.impl.tree with parameters of type Collector
 TreeWalker<T> TreeWalker.addPostCollector(Collector<T> collector)
           
 TreeWalker<T> TreeWalker.addPreCollector(Collector<T> collector)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.