Class TransferManifestNodeHelper
- java.lang.Object
-
- org.alfresco.repo.transfer.manifest.TransferManifestNodeHelper
-
public class TransferManifestNodeHelper extends java.lang.ObjectDecorator to extend capabilities of TransferManifestNode- Author:
- Mark Rogers
-
-
Constructor Summary
Constructors Constructor Description TransferManifestNodeHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<org.alfresco.service.cmr.repository.ContentData>getContentData(TransferManifestNormalNode node)Gets the content properties for a nodestatic org.alfresco.service.cmr.repository.ChildAssociationRefgetPrimaryParentAssoc(TransferManifestNormalNode node)Gets the primary parent association
-
-
-
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
-
-