@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 org.alfresco.service.namespace.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
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.
|
static final org.alfresco.service.namespace.QName QNAME
static final Policy.Arg ARG_0
static final Policy.Arg ARG_1
static final Policy.Arg ARG_2
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)
nodeRef
- reference to the updated nodebefore
- the node's properties before the changeafter
- the node's properties after the changeCopyright © 2005–2017 Alfresco Software. All rights reserved.