org.camunda.bpm.engine.impl.migration.instance
Class MigratingScopeInstanceBottomUpWalker

java.lang.Object
  extended by org.camunda.bpm.engine.impl.tree.ReferenceWalker<T>
      extended by org.camunda.bpm.engine.impl.tree.SingleReferenceWalker<MigratingScopeInstance>
          extended by org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstanceBottomUpWalker

public class MigratingScopeInstanceBottomUpWalker
extends SingleReferenceWalker<MigratingScopeInstance>

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
protected  MigratingScopeInstance parent
           
 
Fields inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalker
currentElements, postVisitor, preVisitor
 
Constructor Summary
MigratingScopeInstanceBottomUpWalker(MigratingScopeInstance initialElement)
           
 
Method Summary
protected  MigratingScopeInstance 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
 

Field Detail

parent

protected MigratingScopeInstance parent
Constructor Detail

MigratingScopeInstanceBottomUpWalker

public MigratingScopeInstanceBottomUpWalker(MigratingScopeInstance initialElement)
Method Detail

nextElement

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


Copyright © 2016 camunda services GmbH. All rights reserved.