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...


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, getAffectedItemStates, getName, getNodeState
 
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()

getDestinationParentId

public NodeId getDestinationParentId()

getDestinationName

public Name getDestinationName()


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