Interface NodeServicePolicies.BeforeMoveNodePolicy

    • 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 org.alfresco.service.namespace.QName QNAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void beforeMoveNode​(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef, org.alfresco.service.cmr.repository.NodeRef newParentRef)
      Called before a node is moved.
    • Field Detail

      • QNAME

        static final org.alfresco.service.namespace.QName QNAME
    • Method Detail

      • beforeMoveNode

        void beforeMoveNode​(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
                            org.alfresco.service.cmr.repository.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