org.camunda.bpm.engine.impl.bpmn.behavior
Class AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker
java.lang.Object
org.camunda.bpm.engine.impl.tree.TreeWalker<PvmExecutionImpl>
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker
- Enclosing class:
- AbstractBpmnActivityBehavior
public static class AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker
- extends TreeWalker<PvmExecutionImpl>
In a hierarchy of process instances, visits all leaf executions (i.e. those that are a super execution)
from bottom to top.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker
public AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker(PvmExecutionImpl initialElement)
nextElement
protected PvmExecutionImpl nextElement()
- Specified by:
nextElement in class TreeWalker<PvmExecutionImpl>
Copyright © 2015 camunda services GmbH. All rights reserved.