info.magnolia.module.delta
Class MovePropertyTask

java.lang.Object
  extended by info.magnolia.module.delta.AbstractTask
      extended by info.magnolia.module.delta.AbstractRepositoryTask
          extended by info.magnolia.module.delta.MovePropertyTask
All Implemented Interfaces:
Task
Direct Known Subclasses:
RenamePropertyTask

public class MovePropertyTask
extends AbstractRepositoryTask

Moves a property.


Field Summary
 
Fields inherited from class info.magnolia.module.delta.AbstractTask
DO_NOTHING, log
 
Constructor Summary
MovePropertyTask(String name, String workspaceName, String srcProperty, String destProperty, boolean overwrite)
           
MovePropertyTask(String name, String description, String workspaceName, String srcProperty, String destProperty, boolean overwrite)
           
 
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

MovePropertyTask

public MovePropertyTask(String name,
                        String workspaceName,
                        String srcProperty,
                        String destProperty,
                        boolean overwrite)

MovePropertyTask

public MovePropertyTask(String name,
                        String description,
                        String workspaceName,
                        String srcProperty,
                        String destProperty,
                        boolean overwrite)
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-2014 Magnolia International Ltd.. All Rights Reserved.