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

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

public class ScopeCollector
extends Object
implements TreeVisitor<ScopeImpl>

Author:
Daniel Meyer

Field Summary
protected  List<ScopeImpl> scopes
           
 
Constructor Summary
ScopeCollector()
           
 
Method Summary
 List<ScopeImpl> getScopes()
           
 void visit(ScopeImpl 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

scopes

protected List<ScopeImpl> scopes
Constructor Detail

ScopeCollector

public ScopeCollector()
Method Detail

visit

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

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

getScopes

public List<ScopeImpl> getScopes()


Copyright © 2017 camunda services GmbH. All rights reserved.