Package org.camunda.bpm.engine.impl.tree
Class ScopeExecutionCollector
java.lang.Object
org.camunda.bpm.engine.impl.tree.ScopeExecutionCollector
- All Implemented Interfaces:
TreeVisitor<PvmExecutionImpl>
- Author:
- Thorben Lindhauer
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
scopeExecutions
-
-
Constructor Details
-
ScopeExecutionCollector
public ScopeExecutionCollector()
-
-
Method Details
-
visit
Description copied from interface:TreeVisitor
Invoked for a node in tree.- Specified by:
visit
in interfaceTreeVisitor<PvmExecutionImpl>
- Parameters:
obj
- a reference to the node
-
getScopeExecutions
-