Interface NodeServicePolicies.BeforeMoveNodePolicy

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

@AlfrescoPublicApi public static interface NodeServicePolicies.BeforeMoveNodePolicy 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
    beforeMoveNode(ChildAssociationRef oldChildAssocRef, NodeRef newParentRef)
    Called before a node is moved.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • beforeMoveNode

      void beforeMoveNode(ChildAssociationRef oldChildAssocRef, NodeRef newParentRef)
      Called before a node is moved.
      Parameters:
      oldChildAssocRef - the child association reference prior to the move
      newParentRef - the new parent node reference
      Since:
      4.1