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 classes/interfaces inherited from interface org.alfresco.repo.policy.Policy |
Policy.Arg |
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. |
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
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 nodebefore
- the node's properties before the changeafter
- the node's properties after the change
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.