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

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

public class ScopeCollector
extends Object
implements Collector<ScopeImpl>

Author:
Daniel Meyer

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

collect

public void collect(ScopeImpl obj)
Specified by:
collect in interface Collector<ScopeImpl>

getScopes

public List<ScopeImpl> getScopes()


Copyright © 2015 camunda services GmbH. All rights reserved.