org.camunda.bpm.engine.impl.tree
Class ScopeCollector
java.lang.Object
org.camunda.bpm.engine.impl.tree.ScopeCollector
- All Implemented Interfaces:
- TreeVisitor<ScopeImpl>
public class ScopeCollector
- extends Object
- implements TreeVisitor<ScopeImpl>
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scopes
protected List<ScopeImpl> scopes
ScopeCollector
public ScopeCollector()
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.