com.unitesk.requality.core.transaction
Class MoveNode

java.lang.Object
  extended by com.unitesk.requality.core.transaction.TreeOperation
      extended by com.unitesk.requality.core.transaction.MoveNode

public class MoveNode
extends TreeOperation


Constructor Summary
MoveNode(java.util.UUID uuid, java.util.UUID oldParent, java.util.UUID newParent)
           
 
Method Summary
 void apply(ITreeStorage storage)
           
 void rollback(ITreeStorage storage)
           
 
Methods inherited from class com.unitesk.requality.core.transaction.TreeOperation
dispose, getData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveNode

public MoveNode(java.util.UUID uuid,
                java.util.UUID oldParent,
                java.util.UUID newParent)
Method Detail

apply

public void apply(ITreeStorage storage)
Specified by:
apply in class TreeOperation

rollback

public void rollback(ITreeStorage storage)
Specified by:
rollback in class TreeOperation