Package org.camunda.bpm.engine.impl.tree
Class SingleReferenceWalker<T>
- java.lang.Object
-
- org.camunda.bpm.engine.impl.tree.ReferenceWalker<T>
-
- org.camunda.bpm.engine.impl.tree.SingleReferenceWalker<T>
-
- Direct Known Subclasses:
ActivityExecutionHierarchyWalker
,ExecutionWalker
,FlowScopeWalker
,MigratingScopeInstanceBottomUpWalker
public abstract class SingleReferenceWalker<T> extends ReferenceWalker<T>
- Author:
- Thorben Lindhauer
-
-
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 SingleReferenceWalker(T initialElement)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract T
nextElement()
protected Collection<T>
nextElements()
-
Methods inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalker
addPostVisitor, addPreVisitor, getCurrentElement, walkUntil, walkUntil, walkWhile, walkWhile
-
-
-
-
Constructor Detail
-
SingleReferenceWalker
public SingleReferenceWalker(T initialElement)
-
-
Method Detail
-
nextElements
protected Collection<T> nextElements()
- Specified by:
nextElements
in classReferenceWalker<T>
-
nextElement
protected abstract T nextElement()
-
-