com.unitesk.requality.core.transaction
Class DeleteNode

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

public class DeleteNode
extends TreeOperation


Constructor Summary
DeleteNode(java.util.UUID parentUUId, java.util.UUID uuid, java.lang.String id, java.util.Collection<Attribute> attrs)
           
 
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

DeleteNode

public DeleteNode(java.util.UUID parentUUId,
                  java.util.UUID uuid,
                  java.lang.String id,
                  java.util.Collection<Attribute> attrs)
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