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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.tree.TreeWalker<ScopeImpl>
      extended by org.camunda.bpm.engine.impl.tree.FlowScopeWalker

public class FlowScopeWalker
extends TreeWalker<ScopeImpl>

Walks the flow scope hierarchy upwards

Author:
Thorben Lindhauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.tree.TreeWalker
TreeWalker.NullCondition<S>, TreeWalker.WalkCondition<S>
 
Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.tree.TreeWalker
currentElement, postCollectors, preCollectors
 
Constructor Summary
FlowScopeWalker(ScopeImpl startActivity)
           
 
Method Summary
protected  ScopeImpl nextElement()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.tree.TreeWalker
addPostCollector, addPreCollector, getCurrentElement, walkUntil, walkUntil, walkWhile, walkWhile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowScopeWalker

public FlowScopeWalker(ScopeImpl startActivity)
Method Detail

nextElement

protected ScopeImpl nextElement()
Specified by:
nextElement in class TreeWalker<ScopeImpl>


Copyright © 2015 camunda services GmbH. All rights reserved.