com.unitesk.requality.core.transaction
Class RenameNode

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

public class RenameNode
extends TreeOperation


Constructor Summary
RenameNode(java.util.UUID uuid, java.lang.String oldId, java.lang.String newId)
           
 
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

RenameNode

public RenameNode(java.util.UUID uuid,
                  java.lang.String oldId,
                  java.lang.String newId)
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