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