Class TransferManifestNodeHelper
java.lang.Object
org.alfresco.repo.transfer.manifest.TransferManifestNodeHelper
Decorator to extend capabilities of TransferManifestNode
- Author:
- Mark Rogers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<ContentData>Gets the content properties for a nodestatic ChildAssociationRefGets the primary parent association
-
Constructor Details
-
TransferManifestNodeHelper
public TransferManifestNodeHelper()
-
-
Method Details
-
getPrimaryParentAssoc
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
Gets the content properties for a node- Parameters:
node- the node to process
-