org.alfresco.repo.transfer.manifest
Class TransferManifestNodeHelper

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

public class TransferManifestNodeHelper
extends java.lang.Object

Decorator to extend capabilities of TransferManifestNode


Constructor Summary
TransferManifestNodeHelper()
           
 
Method Summary
static java.util.Set getContentData(TransferManifestNormalNode node)
          Gets the content properties for a node
static org.alfresco.service.cmr.repository.ChildAssociationRef getPrimaryParentAssoc(TransferManifestNormalNode node)
          Gets the primary parent association
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 getContentData(TransferManifestNormalNode node)
Gets the content properties for a node

Parameters:
node - the node to process
Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.