Package org.alfresco.repo.favourites
Class PersonFavourite
java.lang.Object
org.alfresco.repo.favourites.PersonFavourite
Representation of a user's favourite site, document, folder.
- Author:
- steveglover
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPersonFavourite(String userName, NodeRef nodeRef, FavouritesService.Type type, String title, Date createdAt) -
Method Summary
-
Constructor Details
-
PersonFavourite
public PersonFavourite(String userName, NodeRef nodeRef, FavouritesService.Type type, String title, Date createdAt)
-
-
Method Details