org.apache.jackrabbit.jcr2spi.operation
Class Clone
java.lang.Object
org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
org.apache.jackrabbit.jcr2spi.operation.AbstractCopy
org.apache.jackrabbit.jcr2spi.operation.Clone
- All Implemented Interfaces:
- Operation
public class Clone
- extends AbstractCopy
Clone
...
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accept
public void accept(OperationVisitor visitor)
throws javax.jcr.NoSuchWorkspaceException,
javax.jcr.lock.LockException,
javax.jcr.nodetype.ConstraintViolationException,
javax.jcr.AccessDeniedException,
javax.jcr.ItemExistsException,
javax.jcr.UnsupportedRepositoryOperationException,
javax.jcr.version.VersionException,
javax.jcr.RepositoryException
- Description copied from interface:
Operation
- Calls the appropriate
visit
method on visitor
based on the type of this operation.
- Parameters:
visitor
-
- Throws:
javax.jcr.NoSuchWorkspaceException
javax.jcr.lock.LockException
javax.jcr.nodetype.ConstraintViolationException
javax.jcr.AccessDeniedException
javax.jcr.ItemExistsException
javax.jcr.UnsupportedRepositoryOperationException
javax.jcr.version.VersionException
javax.jcr.RepositoryException
persisted
public void persisted()
- Description copied from class:
AbstractCopy
- Invalidate the destination parent
NodeState
.
- Specified by:
persisted
in interface Operation
- Overrides:
persisted
in class AbstractCopy
- See Also:
Operation.persisted()
isRemoveExisting
public boolean isRemoveExisting()
create
public static Operation create(Path srcPath,
Path destPath,
String srcWorkspaceName,
boolean removeExisting,
ManagerProvider srcMgrProvider,
ManagerProvider destMgrProvider)
throws javax.jcr.RepositoryException,
javax.jcr.nodetype.ConstraintViolationException,
javax.jcr.AccessDeniedException,
javax.jcr.ItemExistsException,
javax.jcr.version.VersionException
- Throws:
javax.jcr.RepositoryException
javax.jcr.nodetype.ConstraintViolationException
javax.jcr.AccessDeniedException
javax.jcr.ItemExistsException
javax.jcr.version.VersionException
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.