Class TransferManifestNodeHelper


  • public class TransferManifestNodeHelper
    extends java.lang.Object
    Decorator to extend capabilities of TransferManifestNode
    Author:
    Mark Rogers
    • Constructor Detail

      • TransferManifestNodeHelper

        public TransferManifestNodeHelper()
    • Method Detail

      • getPrimaryParentAssoc

        public static org.alfresco.service.cmr.repository.ChildAssociationRef getPrimaryParentAssoc​(TransferManifestNormalNode node)
        Gets the primary parent association
        Parameters:
        node - the node to process
        Returns:
        the primary parent association or null if this is a root node
      • getContentData

        public static java.util.Set<org.alfresco.service.cmr.repository.ContentData> getContentData​(TransferManifestNormalNode node)
        Gets the content properties for a node
        Parameters:
        node - the node to process