org.apache.jackrabbit.jcr2spi.operation
Class AbstractCopy

java.lang.Object
  extended by org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
      extended by org.apache.jackrabbit.jcr2spi.operation.AbstractCopy
All Implemented Interfaces:
Operation
Direct Known Subclasses:
Clone, Copy

public abstract class AbstractCopy
extends AbstractOperation

AbstractCopy...


Field Summary
 
Fields inherited from class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
status
 
Fields inherited from interface org.apache.jackrabbit.jcr2spi.operation.Operation
STATUS_PENDING, STATUS_PERSISTED, STATUS_UNDO
 
Method Summary
 Name getDestinationName()
           
 NodeId getDestinationParentId()
           
 NodeId getNodeId()
           
 String getWorkspaceName()
           
 void persisted()
          Invalidate the destination parent NodeState.
 
Methods inherited from class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
addAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatus, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jackrabbit.jcr2spi.operation.Operation
accept
 

Method Detail

persisted

public void persisted()
Invalidate the destination parent NodeState.

See Also:
Operation.persisted()

getWorkspaceName

public String getWorkspaceName()

getNodeId

public NodeId getNodeId()
                 throws RepositoryException
Throws:
RepositoryException

getDestinationParentId

public NodeId getDestinationParentId()
                              throws RepositoryException
Throws:
RepositoryException

getDestinationName

public Name getDestinationName()


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.