info.magnolia.module.delta
Class SetPropertyTask
java.lang.Object
info.magnolia.module.delta.AbstractTask
info.magnolia.module.delta.AbstractRepositoryTask
info.magnolia.module.delta.SetPropertyTask
- All Implemented Interfaces:
- Task
public class SetPropertyTask
- extends AbstractRepositoryTask
Sets a new value for a property. Consider using CheckAndModifyPropertyValueTask if you want your update tasks
to only modify expected values.
- Version:
- $Revision: $ ($Author: $)
- Author:
- fgiust
- See Also:
CheckAndModifyPropertyValueTask
SetPropertyTask
public SetPropertyTask(String workspaceName,
String nodePath,
String propertyName,
String newValue)
SetPropertyTask
public SetPropertyTask(String taskName,
String workspaceName,
String nodePath,
String propertyName,
String newValue)
doExecute
protected void doExecute(InstallContext installContext)
throws javax.jcr.RepositoryException,
TaskExecutionException
-
- Specified by:
doExecute
in class AbstractRepositoryTask
- Throws:
javax.jcr.RepositoryException
TaskExecutionException
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.