Interface NodeServicePolicies.BeforeUpdateNodePolicy

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

@AlfrescoPublicApi public static interface NodeServicePolicies.BeforeUpdateNodePolicy 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 before a node is updated.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • beforeUpdateNode

      void beforeUpdateNode(NodeRef nodeRef)
      Called before a node is updated. This includes the modification of properties, child and target associations and the addition of aspects.
      Parameters:
      nodeRef - reference to the node being updated