Interface NodeServicePolicies.OnMoveNodePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Subinterfaces:
EventSupportedPolicies
All Known Implementing Classes:
AccessAuditor, BufferedContentDiskDriver, CascadeUpdateAspect, EventGenerationBehaviours, EventGenerator, LockServiceImpl, NodeEventConsolidator, NodeMonitor, OnMoveNodeRuleTrigger, RepoTransferReceiverImpl, SiteAspect, TaggingServiceImpl
Enclosing interface:
NodeServicePolicies

@AlfrescoPublicApi public static interface NodeServicePolicies.OnMoveNodePolicy 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
    onMoveNode(ChildAssociationRef oldChildAssocRef, ChildAssociationRef newChildAssocRef)
    Called when a node has been moved.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onMoveNode

      void onMoveNode(ChildAssociationRef oldChildAssocRef, ChildAssociationRef newChildAssocRef)
      Called when a node has been moved.
      Parameters:
      oldChildAssocRef - the child association reference prior to the move
      newChildAssocRef - the child association reference after the move