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, MigratingActivityInstanceWalker
public abstract class SingleReferenceWalker<T>
- extends ReferenceWalker<T>
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleReferenceWalker
public SingleReferenceWalker(T initialElement)
nextElements
protected Collection<T> nextElements()
- Specified by:
nextElements in class ReferenceWalker<T>
nextElement
protected abstract T nextElement()
Copyright © 2016 camunda services GmbH. All rights reserved.