Class TransferManifestDeletedNode
- java.lang.Object
-
- org.alfresco.repo.transfer.manifest.TransferManifestDeletedNode
-
- All Implemented Interfaces:
TransferManifestNode
public class TransferManifestDeletedNode extends Object implements TransferManifestNode
A record of a deleted node in the transfer manifest The path and node ref refers to the state prior to the node's deletion.- Author:
- Mark Rogers
-
-
Constructor Summary
Constructors Constructor Description TransferManifestDeletedNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeRefgetNodeRef()PathgetParentPath()ChildAssociationRefgetPrimaryParentAssoc()StringgetUuid()voidsetNodeRef(NodeRef nodeRef)voidsetParentPath(Path parentPath)voidsetPrimaryParentAssoc(ChildAssociationRef parentAssoc)voidsetUuid(String uuid)
-
-
-
Method Detail
-
setNodeRef
public void setNodeRef(NodeRef nodeRef)
- Specified by:
setNodeRefin interfaceTransferManifestNode
-
getNodeRef
public NodeRef getNodeRef()
- Specified by:
getNodeRefin interfaceTransferManifestNode
-
setUuid
public void setUuid(String uuid)
- Specified by:
setUuidin interfaceTransferManifestNode
-
getUuid
public String getUuid()
- Specified by:
getUuidin interfaceTransferManifestNode
-
setParentPath
public void setParentPath(Path parentPath)
- Specified by:
setParentPathin interfaceTransferManifestNode
-
getParentPath
public Path getParentPath()
- Specified by:
getParentPathin interfaceTransferManifestNode
-
setPrimaryParentAssoc
public void setPrimaryParentAssoc(ChildAssociationRef parentAssoc)
- Specified by:
setPrimaryParentAssocin interfaceTransferManifestNode
-
getPrimaryParentAssoc
public ChildAssociationRef getPrimaryParentAssoc()
- Specified by:
getPrimaryParentAssocin interfaceTransferManifestNode
-
-