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
  • Field Details

  • 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 node
      before - the node's properties before the change
      after - the node's properties after the change