Interface FavouritesServiceImpl.OnAddFavouritePolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing class:
FavouritesServiceImpl

public static interface FavouritesServiceImpl.OnAddFavouritePolicy 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
    onAddFavourite(String userName, NodeRef nodeRef)
    Called after a node has been favourited
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onAddFavourite

      void onAddFavourite(String userName, NodeRef nodeRef)
      Called after a node has been favourited
      Parameters:
      userName - the username of the person who favourited the node
      nodeRef - the node which was favourited