org.camunda.bpm.engine.impl.bpmn.behavior
Class AbstractBpmnActivityBehavior.ExecutionScopeHierarchyWalker
java.lang.Object
org.camunda.bpm.engine.impl.tree.TreeWalker<PvmExecutionImpl>
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ExecutionScopeHierarchyWalker
- Enclosing class:
- AbstractBpmnActivityBehavior
public static class AbstractBpmnActivityBehavior.ExecutionScopeHierarchyWalker
- extends TreeWalker<PvmExecutionImpl>
Walks the execution tree hierarchy skipping all non-scope executions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
considerSuperProcessInstances
protected boolean considerSuperProcessInstances
AbstractBpmnActivityBehavior.ExecutionScopeHierarchyWalker
public AbstractBpmnActivityBehavior.ExecutionScopeHierarchyWalker(PvmExecutionImpl initialElement,
boolean considerSuperProcessInstances)
nextElement
protected PvmExecutionImpl nextElement()
- Specified by:
nextElement in class TreeWalker<PvmExecutionImpl>
Copyright © 2015 camunda services GmbH. All rights reserved.