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.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
Constructors Constructor Description ExecutionTopDownWalker(List<ExecutionEntity> initialElements)
ExecutionTopDownWalker(ExecutionEntity initialElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<ExecutionEntity>
nextElements()
-
Methods inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalker
addPostVisitor, addPreVisitor, getCurrentElement, walkUntil, walkUntil, walkWhile, walkWhile
-
-
-
-
Constructor Detail
-
ExecutionTopDownWalker
public ExecutionTopDownWalker(ExecutionEntity initialElement)
-
ExecutionTopDownWalker
public ExecutionTopDownWalker(List<ExecutionEntity> initialElements)
-
-
Method Detail
-
nextElements
protected Collection<ExecutionEntity> nextElements()
- Specified by:
nextElements
in classReferenceWalker<ExecutionEntity>
-
-