Interface ContentServicePolicies.OnContentPropertyUpdatePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
EventGenerationBehaviours
Enclosing interface:
ContentServicePolicies

@AlfrescoPublicApi public static interface ContentServicePolicies.OnContentPropertyUpdatePolicy extends ClassPolicy
Policy that is raised for each content property change. Any policy implementations must be aware that the transaction in which this is called could still roll back; no filesystem changes should occur against the source content until after the transaction has successfully completed.
Since:
3.2
  • 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 final QName
     

    Fields inherited from interface org.alfresco.repo.policy.Policy

    NAMESPACE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onContentPropertyUpdate(NodeRef nodeRef, QName propertyQName, ContentData beforeValue, ContentData afterValue)