Class AbstractBaseCopyService.AssociationCopyInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      AssociationCopyInfo​(org.alfresco.service.namespace.QName targetAssocQName, org.alfresco.service.cmr.repository.ChildAssociationRef sourceParentAssoc)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.alfresco.service.cmr.repository.ChildAssociationRef getSourceParentAssoc()
      Get the association that will be copied.
      org.alfresco.service.namespace.QName getTargetAssocQName()
      Get the path part of the association that should be created for the copied node
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AssociationCopyInfo

        public AssociationCopyInfo​(org.alfresco.service.namespace.QName targetAssocQName,
                                   org.alfresco.service.cmr.repository.ChildAssociationRef sourceParentAssoc)
    • Method Detail

      • getTargetAssocQName

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

        public org.alfresco.service.cmr.repository.ChildAssociationRef getSourceParentAssoc()
        Get the association that will be copied.