Class AbstractBaseCopyService.AssociationCopyInfo

java.lang.Object
org.alfresco.repo.copy.AbstractBaseCopyService.AssociationCopyInfo
Enclosing class:
AbstractBaseCopyService

public static class AbstractBaseCopyService.AssociationCopyInfo extends Object
Simple container for storing data required to copy a node, including the parent association that will be copied along with the new path part of the association that will be created by the copy.

This container is immutable.

Since:
4.1.5
Author:
Dmitry Velichkevich
See Also:
  • Constructor Details

  • Method Details

    • getTargetAssocQName

      public QName getTargetAssocQName()
      Get the path part of the association that should be created for the copied node
    • getSourceParentAssoc

      public ChildAssociationRef getSourceParentAssoc()
      Get the association that will be copied.