Package org.alfresco.repo.favourites
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRemoveFavourite(String userName, org.alfresco.service.cmr.repository.NodeRef nodeRef)Called after a favourite has been removed
-
-
-
Method Detail
-
onRemoveFavourite
void onRemoveFavourite(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 nodenodeRef- the node that was un-favourited
-
-