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.content
Interface ContentServicePolicies.OnContentUpdatePolicy
All Superinterfaces:
ClassPolicy, Policy
Enclosing class:
org.alfresco.repo.content.ContentServicePolicies

@org.alfresco.api.AlfrescoPublicApi
public static interface ContentServicePolicies.OnContentUpdatePolicy
extends ClassPolicy
Policy that is raised once per node when any of the content properties on the node are changed; the specific properties are irrelevant. This is primarily useful to determine when a new file is introduced into the system.

Field Summary
QNAME
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
Method Summary
void
onContentUpdate(NodeRef nodeRef, boolean newContent)
Field Detail
QNAME
public static final QName QNAME
Method Detail
onContentUpdate
void onContentUpdate(NodeRef nodeRef,
                     boolean newContent)
Parameters:
nodeRef - the node reference

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–2018 Alfresco Software. All rights reserved.

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