Interface NodeServicePolicies.OnUpdatePropertiesPolicy

    • Field Detail

      • QNAME

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

      • onUpdateProperties

        void onUpdateProperties​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                Map<org.alfresco.service.namespace.QName,​Serializable> before,
                                Map<org.alfresco.service.namespace.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