Class TransferManifestNodeHelper

java.lang.Object
org.alfresco.repo.transfer.manifest.TransferManifestNodeHelper

public class TransferManifestNodeHelper extends Object
Decorator to extend capabilities of TransferManifestNode
Author:
Mark Rogers
  • Constructor Details

    • TransferManifestNodeHelper

      public TransferManifestNodeHelper()
  • Method Details

    • getPrimaryParentAssoc

      public static 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 Set<ContentData> getContentData(TransferManifestNormalNode node)
      Gets the content properties for a node
      Parameters:
      node - the node to process