Interface NodeServicePolicies.OnUpdateNodePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
RuleServiceImpl
Enclosing interface:
NodeServicePolicies

@AlfrescoPublicApi public static interface NodeServicePolicies.OnUpdateNodePolicy 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 final QName
     

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

    NAMESPACE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after a new node has been created.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onUpdateNode

      void onUpdateNode(NodeRef nodeRef)
      Called after a new node has been created. This includes the modification of properties and the addition of aspects.
      Parameters:
      nodeRef - reference to the updated node