Package org.camunda.bpm.engine.impl.tree
Class ExecutionWalker
- java.lang.Object
-
- org.camunda.bpm.engine.impl.tree.ReferenceWalker<T>
-
- org.camunda.bpm.engine.impl.tree.SingleReferenceWalker<PvmExecutionImpl>
-
- org.camunda.bpm.engine.impl.tree.ExecutionWalker
-
public class ExecutionWalker extends SingleReferenceWalker<PvmExecutionImpl>
- Author:
- Daniel Meyer
-
-
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 ExecutionWalker(PvmExecutionImpl initialElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PvmExecutionImpl
nextElement()
-
Methods inherited from class org.camunda.bpm.engine.impl.tree.SingleReferenceWalker
nextElements
-
Methods inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalker
addPostVisitor, addPreVisitor, getCurrentElement, walkUntil, walkUntil, walkWhile, walkWhile
-
-
-
-
Constructor Detail
-
ExecutionWalker
public ExecutionWalker(PvmExecutionImpl initialElement)
-
-
Method Detail
-
nextElement
protected PvmExecutionImpl nextElement()
- Specified by:
nextElement
in classSingleReferenceWalker<PvmExecutionImpl>
-
-