info.magnolia.module.delta
Class OrderNodeTo1stPosTask

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

Deprecated. since 5.2.2 - use OrderNodeToFirstPositionTask instead

public class OrderNodeTo1stPosTask
extends OrderNodeToFirstPositionTask

Sets the Node of a given path in a given repository to the 1st position / as 1st child. Caution: we cannot remove all but the constructors from that class as it is retrieving the jcr session from MgnlContext (unusual).


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

OrderNodeTo1stPosTask

public OrderNodeTo1stPosTask(String name,
                             String description,
                             String repository,
                             String path)
Deprecated. 
Method Detail

doExecute

protected void doExecute(InstallContext installContext)
                  throws javax.jcr.RepositoryException,
                         TaskExecutionException
Deprecated. 
Overrides:
doExecute in class OrderNodeToFirstPositionTask
Throws:
javax.jcr.RepositoryException
TaskExecutionException


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