Class TransferManifestDeletedNode

  • All Implemented Interfaces:
    TransferManifestNode

    public class TransferManifestDeletedNode
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.alfresco.service.cmr.repository.NodeRef getNodeRef()  
      org.alfresco.service.cmr.repository.Path getParentPath()  
      org.alfresco.service.cmr.repository.ChildAssociationRef getPrimaryParentAssoc()  
      java.lang.String getUuid()  
      void setNodeRef​(org.alfresco.service.cmr.repository.NodeRef nodeRef)  
      void setParentPath​(org.alfresco.service.cmr.repository.Path parentPath)  
      void setPrimaryParentAssoc​(org.alfresco.service.cmr.repository.ChildAssociationRef parentAssoc)  
      void setUuid​(java.lang.String uuid)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait