Package org.camunda.bpm.engine.impl.tree
Class FlowScopeWalker
- java.lang.Object
-
- org.camunda.bpm.engine.impl.tree.ReferenceWalker<T>
-
- org.camunda.bpm.engine.impl.tree.SingleReferenceWalker<ScopeImpl>
-
- org.camunda.bpm.engine.impl.tree.FlowScopeWalker
-
public class FlowScopeWalker extends SingleReferenceWalker<ScopeImpl>
Walks the flow scope hierarchy upwards- 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 FlowScopeWalker(ScopeImpl startActivity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScopeImpl
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
-
FlowScopeWalker
public FlowScopeWalker(ScopeImpl startActivity)
-
-
Method Detail
-
nextElement
protected ScopeImpl nextElement()
- Specified by:
nextElement
in classSingleReferenceWalker<ScopeImpl>
-
-