Interface NodeServicePolicies.OnUpdatePropertiesPolicy

    • Method Detail

      • onUpdateProperties

        void onUpdateProperties​(NodeRef nodeRef,
                                Map<QName,​Serializable> before,
                                Map<QName,​Serializable> after)
        Called after a node's properties have been changed.
        Parameters:
        nodeRef - reference to the updated node
        before - the node's properties before the change
        after - the node's properties after the change