Package org.alfresco.repo.node
Interface NodeServicePolicies.OnUpdatePropertiesPolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Subinterfaces:
EventSupportedPolicies
- All Known Implementing Classes:
AccessAuditor,AliasableAspect,AuthorityDAOImpl,AuthorityTypeBehaviour,CommentServiceImpl,ContentUsageImpl,DictionaryModelType,EventGenerationBehaviours,EventGenerator,ForumPostBehaviours,ImapServiceImpl,IncompleteNodeTagger,IntegrityChecker,MLContainerType,MultilingualDocumentAspect,NodeEventConsolidator,NodeMonitor,OnPropertyUpdateRuleTrigger,OwnableServiceImpl,PersonServiceImpl,RenditionedAspect,RepositoryAuthenticationDao,SiteAspect,UsageQuotaProtector,VersionableAspect,WorkflowDefinitionType
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
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
FieldsModifier and TypeFieldDescriptionstatic final Policy.Argstatic final Policy.Argstatic final Policy.Argstatic final QName -
Method Summary
Modifier and TypeMethodDescriptionvoidonUpdateProperties(NodeRef nodeRef, Map<QName, Serializable> before, Map<QName, Serializable> after) Called after a node's properties have been changed.
-
Field Details
-
QNAME
-
ARG_0
-
ARG_1
-
ARG_2
-
-
Method Details
-
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 nodebefore- the node's properties before the changeafter- the node's properties after the change
-