Package org.alfresco.repo.node
Interface NodeServicePolicies.OnUpdatePropertiesPolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
AccessAuditor,AliasableAspect,AuthorityDAOImpl,AuthorityTypeBehaviour,CommentServiceImpl,ContentUsageImpl,DictionaryModelType,EventGenerationBehaviours,ForumPostBehaviours,ImapServiceImpl,IncompleteNodeTagger,IntegrityChecker,MLContainerType,MultilingualDocumentAspect,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
Fields Modifier and Type Field Description static Policy.ArgARG_0static Policy.ArgARG_1static Policy.ArgARG_2static org.alfresco.service.namespace.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUpdateProperties(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> before, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> 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<org.alfresco.service.namespace.QName,java.io.Serializable> before, java.util.Map<org.alfresco.service.namespace.QName,java.io.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
-
-