Interface NodeServicePolicies.BeforeSetNodeTypePolicy

    • Field Detail

      • QNAME

        static final QName QNAME
    • Method Detail

      • beforeSetNodeType

        void beforeSetNodeType​(NodeRef nodeRef,
                               QName oldType,
                               QName newType)
        Called before the type of a node is set explicitly.
        Parameters:
        nodeRef - the node having its type set.
        oldType - the current type of the node.
        newType - the type the node will be given.