Interface NodeServicePolicies.OnSetNodeTypePolicy

    • Field Detail

      • QNAME

        static final QName QNAME
    • Method Detail

      • onSetNodeType

        void onSetNodeType​(NodeRef nodeRef,
                           QName oldType,
                           QName newType)
        Called after the type of a node is set explicitly.
        Parameters:
        nodeRef - the node that has had its type set.
        oldType - the previous type of the node.
        newType - the type the node has been given.