info.magnolia.module.mail.setup
Class MoveNodeContentTask

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

Deprecated. since 4.4 - will be properly renamed for Magnolia 5.0

public class MoveNodeContentTask
extends AbstractRepositoryTask

WARNING: In spite of its name, this class will actually rename all node data body found under the source path as templateFile.

Author:
tmiyar

Field Summary
 
Fields inherited from class info.magnolia.module.delta.AbstractTask
log
 
Constructor Summary
MoveNodeContentTask(String name, String description, String workspaceName, String src, String dest, ItemType type, boolean overwrite)
          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

MoveNodeContentTask

public MoveNodeContentTask(String name,
                           String description,
                           String workspaceName,
                           String src,
                           String dest,
                           ItemType type,
                           boolean overwrite)
Deprecated. 
Method Detail

doExecute

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


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