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

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

public class ScopeExecutionCollector
extends Object
implements Collector<PvmExecutionImpl>

Author:
Daniel Meyer

Field Summary
protected  List<PvmExecutionImpl> executions
           
 
Constructor Summary
ScopeExecutionCollector()
           
 
Method Summary
 void collect(PvmExecutionImpl obj)
           
 List<PvmExecutionImpl> getExecutions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executions

protected List<PvmExecutionImpl> executions
Constructor Detail

ScopeExecutionCollector

public ScopeExecutionCollector()
Method Detail

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.