org.camunda.bpm.engine.impl.tree
Class ScopeExecutionCollector

java.lang.Object
  extended by org.camunda.bpm.engine.impl.tree.ScopeExecutionCollector
All Implemented Interfaces:
TreeVisitor<PvmExecutionImpl>

public class ScopeExecutionCollector
extends Object
implements TreeVisitor<PvmExecutionImpl>

Author:
Thorben Lindhauer

Field Summary
protected  List<PvmExecutionImpl> scopeExecutions
           
 
Constructor Summary
ScopeExecutionCollector()
           
 
Method Summary
 List<PvmExecutionImpl> getScopeExecutions()
           
 void visit(PvmExecutionImpl obj)
          Invoked for a node in tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scopeExecutions

protected List<PvmExecutionImpl> scopeExecutions
Constructor Detail

ScopeExecutionCollector

public ScopeExecutionCollector()
Method Detail

visit

public void visit(PvmExecutionImpl obj)
Description copied from interface: TreeVisitor
Invoked for a node in tree.

Specified by:
visit in interface TreeVisitor<PvmExecutionImpl>
Parameters:
obj - a reference to the node

getScopeExecutions

public List<PvmExecutionImpl> getScopeExecutions()


Copyright © 2016 camunda services GmbH. All rights reserved.