org.camunda.bpm.engine.impl.tree
Class ExecutionWalker

java.lang.Object
  extended by org.camunda.bpm.engine.impl.tree.ReferenceWalker<T>
      extended by org.camunda.bpm.engine.impl.tree.SingleReferenceWalker<PvmExecutionImpl>
          extended by 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
ExecutionWalker(PvmExecutionImpl initialElement)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionWalker

public ExecutionWalker(PvmExecutionImpl initialElement)
Method Detail

nextElement

protected PvmExecutionImpl nextElement()
Specified by:
nextElement in class SingleReferenceWalker<PvmExecutionImpl>


Copyright © 2017 camunda services GmbH. All rights reserved.