info.magnolia.module.delta
Class OrderNodeBeforeTask

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

public class OrderNodeBeforeTask
extends AbstractRepositoryTask

Orders a node before the specified sibling node.

Version:
$Id: OrderNodeBeforeTask.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
philipp

Field Summary
 
Fields inherited from class info.magnolia.module.delta.AbstractTask
log
 
Constructor Summary
OrderNodeBeforeTask(String name, String description, String repository, String path, String orderBeforeNodeName)
           
 
Method Summary
protected  void doExecute(InstallContext installContext)
           
 
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

OrderNodeBeforeTask

public OrderNodeBeforeTask(String name,
                           String description,
                           String repository,
                           String path,
                           String orderBeforeNodeName)
Method Detail

doExecute

protected void doExecute(InstallContext installContext)
                  throws javax.jcr.RepositoryException,
                         TaskExecutionException
Specified by:
doExecute in class AbstractRepositoryTask
Throws:
javax.jcr.RepositoryException
TaskExecutionException


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