org.alfresco.repo.content
Interface ContentServicePolicies.OnContentUpdatePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
AccessAuditor, AvmMetadataExtracter, DictionaryModelType, EmptyTranslationAspect, FailedThumbnailSourceAspect, OnContentUpdateRuleTrigger, RepoTransferReceiverImpl, SimpleThumbnailer, VersionableAspect, WorkflowDefinitionType
Enclosing interface:
ContentServicePolicies

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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
static org.alfresco.service.namespace.QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void onContentUpdate(org.alfresco.service.cmr.repository.NodeRef nodeRef, boolean newContent)
           
 

Field Detail

QNAME

static final org.alfresco.service.namespace.QName QNAME
Method Detail

onContentUpdate

void onContentUpdate(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                     boolean newContent)
Parameters:
nodeRef - the node reference


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.