org.alfresco.repo.node
Interface NodeServicePolicies.OnUpdatePropertiesPolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
AccessAuditor, AliasableAspect, AuthorityDAOImpl, ContentUsageImpl, DictionaryModelType, ForumPostBehaviours, IncompleteNodeTagger, IntegrityChecker, MLContainerType, MultilingualDocumentAspect, NfsServerNodeMonitor, NodeMonitor, OnPropertyUpdateRuleTrigger, OwnableServiceImpl, PersonServiceImpl, RenditionedAspect, RepositoryAuthenticationDao, UsageQuotaProtector, VersionableAspect, WorkflowDefinitionType
Enclosing interface:
NodeServicePolicies

public static interface NodeServicePolicies.OnUpdatePropertiesPolicy
extends ClassPolicy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
static Policy.Arg ARG_0
           
static Policy.Arg ARG_1
           
static Policy.Arg ARG_2
           
static org.alfresco.service.namespace.QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 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.
 

Field Detail

QNAME

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

ARG_0

static final Policy.Arg ARG_0

ARG_1

static final Policy.Arg ARG_1

ARG_2

static final Policy.Arg ARG_2
Method Detail

onUpdateProperties

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.

Parameters:
nodeRef - reference to the updated node
before - the node's properties before the change
after - the node's properties after the change


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