Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.node
Interface NodeServicePolicies.OnUpdatePropertiesPolicy
All Superinterfaces:
ClassPolicy, Policy
Enclosing class:
NodeServicePolicies

public static interface NodeServicePolicies.OnUpdatePropertiesPolicy
extends ClassPolicy

Field Summary
org.alfresco.repo.policy.Policy.Arg
ARG_0
org.alfresco.repo.policy.Policy.Arg
ARG_1
org.alfresco.repo.policy.Policy.Arg
ARG_2
QNAME
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
Method Summary
void
onUpdateProperties(NodeRef nodeRef, Map<QName,Serializable> before, Map<QName,Serializable> after)
          Called after a node's properties have been changed.
Field Detail
ARG_0
public static final org.alfresco.repo.policy.Policy.Arg ARG_0

ARG_1
public static final org.alfresco.repo.policy.Policy.Arg ARG_1

ARG_2
public static final org.alfresco.repo.policy.Policy.Arg ARG_2

QNAME
public static final QName QNAME
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

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.