Class AbstractCopy
- java.lang.Object
-
- org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
-
- org.apache.jackrabbit.jcr2spi.operation.AbstractCopy
-
- All Implemented Interfaces:
Operation
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Name
getDestinationName()
NodeId
getDestinationParentId()
NodeId
getNodeId()
String
getWorkspaceName()
void
persisted()
Invalidate the destination parentNodeState
.-
Methods inherited from class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
addAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatus, undo
-
-
-
-
Method Detail
-
persisted
public void persisted()
Invalidate the destination parentNodeState
.- 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()
-
-