Class CopyBehaviourCallback.CopyAssociationDetails

    • Constructor Detail

      • CopyAssociationDetails

        public CopyAssociationDetails​(org.alfresco.service.cmr.repository.AssociationRef assocRef,
                                      org.alfresco.service.cmr.repository.NodeRef copyTarget,
                                      boolean copyTargetIsNew)
    • Method Detail

      • getAssocRef

        public final org.alfresco.service.cmr.repository.AssociationRef getAssocRef()
        Returns:
        Returns the association being examined
      • getCopyTarget

        public final org.alfresco.service.cmr.repository.NodeRef getCopyTarget()
        Returns:
        Returns the node that will be the new source if the association is copied
      • getCopyTargetIsNew

        public final boolean getCopyTargetIsNew()
        Returns:
        Returns true if the copy target node has been newly created by the copy process or false if it is a node that existed prior to the copy