Interface FavouritesServiceImpl.OnRemoveFavouritePolicy

    • 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 onRemoveFavourite​(java.lang.String userName, org.alfresco.service.cmr.repository.NodeRef nodeRef)
      Called after a favourite has been removed
    • Field Detail

      • QNAME

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

      • onRemoveFavourite

        void onRemoveFavourite​(java.lang.String userName,
                               org.alfresco.service.cmr.repository.NodeRef nodeRef)
        Called after a favourite has been removed
        Parameters:
        userName - the username of the person who favourited the node
        nodeRef - the node that was un-favourited