Interface CopyServicePolicies.OnCopyNodePolicy

    • Field Detail

      • QNAME

        static final org.alfresco.service.namespace.QName QNAME
    • Method Detail

      • getCopyCallback

        CopyBehaviourCallback getCopyCallback​(org.alfresco.service.namespace.QName classRef,
                                              CopyDetails copyDetails)
        Called for all types and aspects before copying a node.
        Parameters:
        classRef - the type or aspect qualified name
        copyDetails - the details of the impending copy
        Returns:
        Return the callback that will be used to modify the copy behaviour for this dictionary class. Return null to assume the default.
        Since:
        V3.2
        See Also:
        CopyServicePolicies