Package org.camunda.bpm.engine.impl.tree
Class ExecutionTopDownWalker
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.tree.ReferenceWalker<ExecutionEntity>
- 
- 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.ReferenceWalkerReferenceWalker.NullCondition<S>, ReferenceWalker.WalkCondition<S>
 
- 
 - 
Field Summary- 
Fields inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalkercurrentElements, postVisitor, preVisitor
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExecutionTopDownWalker(List<ExecutionEntity> initialElements)ExecutionTopDownWalker(ExecutionEntity initialElement)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<ExecutionEntity>nextElements()- 
Methods inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalkeraddPostVisitor, addPreVisitor, getCurrentElement, walkUntil, walkUntil, walkWhile, walkWhile
 
- 
 
- 
- 
- 
Constructor Detail- 
ExecutionTopDownWalkerpublic ExecutionTopDownWalker(ExecutionEntity initialElement) 
 - 
ExecutionTopDownWalkerpublic ExecutionTopDownWalker(List<ExecutionEntity> initialElements) 
 
- 
 - 
Method Detail- 
nextElementsprotected Collection<ExecutionEntity> nextElements() - Specified by:
- nextElementsin class- ReferenceWalker<ExecutionEntity>
 
 
- 
 
-