info.magnolia.module.delta
Class RemoveNodeTask

java.lang.Object
  extended by info.magnolia.module.delta.AbstractTask
      extended by info.magnolia.module.delta.AbstractRepositoryTask
          extended by info.magnolia.module.delta.RemoveNodesTask
              extended by info.magnolia.module.delta.RemoveNodeTask
All Implemented Interfaces:
Task

public class RemoveNodeTask
extends RemoveNodesTask

Removes the specified node.


Field Summary
 
Fields inherited from class info.magnolia.module.delta.AbstractTask
DO_NOTHING
 
Constructor Summary
RemoveNodeTask(String name, String pathToRemove)
           
RemoveNodeTask(String name, String description, String workspaceName, String pathToRemove)
           
 
Method Summary
 
Methods inherited from class info.magnolia.module.delta.RemoveNodesTask
doExecute
 
Methods inherited from class info.magnolia.module.delta.AbstractRepositoryTask
execute
 
Methods inherited from class info.magnolia.module.delta.AbstractTask
getDescription, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveNodeTask

public RemoveNodeTask(String name,
                      String pathToRemove)

RemoveNodeTask

public RemoveNodeTask(String name,
                      String description,
                      String workspaceName,
                      String pathToRemove)


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.