Package org.alfresco.repo.favourites
Interface FavouritesServiceImpl.OnAddFavouritePolicy
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing class:
- FavouritesServiceImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonAddFavourite(String userName, NodeRef nodeRef) Called after a node has been favourited
-
Field Details
-
QNAME
-
-
Method Details
-
onAddFavourite
Called after a node has been favourited- Parameters:
userName- the username of the person who favourited the nodenodeRef- the node which was favourited
-