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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.tree.ReferenceWalker<ExecutionEntity>
      extended by org.camunda.bpm.engine.impl.tree.ExecutionTopDownWalker

public class ExecutionTopDownWalker
extends ReferenceWalker<ExecutionEntity>

Author:
Christopher Zell

Nested Class Summary
 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalker
ReferenceWalker.NullCondition<S>, ReferenceWalker.WalkCondition<S>
 
Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalker
currentElements, postVisitor, preVisitor
 
Constructor Summary
ExecutionTopDownWalker(ExecutionEntity initialElement)
           
ExecutionTopDownWalker(List<ExecutionEntity> initialElements)
           
 
Method Summary
protected  Collection<ExecutionEntity> nextElements()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalker
addPostVisitor, addPreVisitor, 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

ExecutionTopDownWalker

public ExecutionTopDownWalker(ExecutionEntity initialElement)

ExecutionTopDownWalker

public ExecutionTopDownWalker(List<ExecutionEntity> initialElements)
Method Detail

nextElements

protected Collection<ExecutionEntity> nextElements()
Specified by:
nextElements in class ReferenceWalker<ExecutionEntity>


Copyright © 2017 camunda services GmbH. All rights reserved.