info.magnolia.module.delta
Class CreateNodeTask
java.lang.Object
info.magnolia.module.delta.AbstractTask
info.magnolia.module.delta.AbstractRepositoryTask
info.magnolia.module.delta.CreateNodeTask
- All Implemented Interfaces:
- Task
public class CreateNodeTask
- extends AbstractRepositoryTask
Creates a node in the given parent with the given name and type.
- Version:
- $Id: CreateNodeTask.java 44895 2011-05-10 08:43:30Z dlipp $
- Author:
- vsteller
CreateNodeTask
public CreateNodeTask(String name,
String description,
String workspaceName,
String parentPath,
String nodeName,
String type)
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.