org.camunda.bpm.engine.impl.tree
Class ScopeExecutionCollector
java.lang.Object
org.camunda.bpm.engine.impl.tree.ScopeExecutionCollector
- All Implemented Interfaces:
- Collector<PvmExecutionImpl>
public class ScopeExecutionCollector
- extends Object
- implements Collector<PvmExecutionImpl>
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executions
protected List<PvmExecutionImpl> executions
ScopeExecutionCollector
public ScopeExecutionCollector()
collect
public void collect(PvmExecutionImpl obj)
- Specified by:
collect in interface Collector<PvmExecutionImpl>
getExecutions
public List<PvmExecutionImpl> getExecutions()
Copyright © 2015 camunda services GmbH. All rights reserved.