Interface FavouritesServiceImpl.OnRemoveFavouritePolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing class:
FavouritesServiceImpl

public static interface FavouritesServiceImpl.OnRemoveFavouritePolicy 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
    onRemoveFavourite(String userName, NodeRef nodeRef)
    Called after a favourite has been removed
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onRemoveFavourite

      void onRemoveFavourite(String userName, 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