Class OnMoveNodeRuleTrigger

    • Constructor Detail

      • OnMoveNodeRuleTrigger

        public OnMoveNodeRuleTrigger()
    • Method Detail

      • setIsClassBehaviour

        public void setIsClassBehaviour​(boolean isClassBehaviour)
      • onMoveNode

        public void onMoveNode​(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
                               org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
        Description copied from interface: NodeServicePolicies.OnMoveNodePolicy
        Called when a node has been moved.
        Specified by:
        onMoveNode in interface NodeServicePolicies.OnMoveNodePolicy
        Parameters:
        oldChildAssocRef - the child association reference prior to the move
        newChildAssocRef - the child association reference after the move