Interface CopyServicePolicies.OnCopyNodePolicy

    • Method Detail

      • getCopyCallback

        CopyBehaviourCallback getCopyCallback​(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