@AlfrescoPublicApi public static interface NodeServicePolicies.OnUpdatePropertiesPolicy extends ClassPolicy
Policy.Arg| Modifier and Type | Field and Description |
|---|---|
static Policy.Arg |
ARG_0 |
static Policy.Arg |
ARG_1 |
static Policy.Arg |
ARG_2 |
static QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdateProperties(NodeRef nodeRef,
Map<QName,Serializable> before,
Map<QName,Serializable> after)
Called after a node's properties have been changed.
|
static final QName QNAME
static final Policy.Arg ARG_0
static final Policy.Arg ARG_1
static final Policy.Arg ARG_2
void onUpdateProperties(NodeRef nodeRef, Map<QName,Serializable> before, Map<QName,Serializable> after)
nodeRef - reference to the updated nodebefore - the node's properties before the changeafter - the node's properties after the changeCopyright © 2005–2021 Alfresco Software. All rights reserved.