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,
java.util.Map before,
java.util.Map 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,
java.util.Map before,
java.util.Map after)
nodeRef - reference to the updated nodebefore - the node's properties before the changeafter - the node's properties after the changeCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.