Uses of Class
org.alfresco.repo.favourites.PersonFavourite
-
Packages that use PersonFavourite Package Description org.alfresco.repo.favourites org.alfresco.service.cmr.favourites -
-
Uses of PersonFavourite in org.alfresco.repo.favourites
Methods in org.alfresco.repo.favourites that return PersonFavourite Modifier and Type Method Description PersonFavouriteFavouritesServiceImpl. addFavourite(java.lang.String userName, org.alfresco.service.cmr.repository.NodeRef nodeRef)PersonFavouriteFavouritesServiceImpl. getFavourite(java.lang.String userName, org.alfresco.service.cmr.repository.NodeRef nodeRef)Methods in org.alfresco.repo.favourites that return types with arguments of type PersonFavourite Modifier and Type Method Description org.alfresco.query.PagingResults<PersonFavourite>FavouritesServiceImpl. getPagedFavourites(java.lang.String userName, java.util.Set<FavouritesService.Type> types, java.util.List<org.alfresco.util.Pair<FavouritesService.SortFields,java.lang.Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) -
Uses of PersonFavourite in org.alfresco.service.cmr.favourites
Methods in org.alfresco.service.cmr.favourites that return PersonFavourite Modifier and Type Method Description PersonFavouriteFavouritesService. addFavourite(java.lang.String userName, org.alfresco.service.cmr.repository.NodeRef nodeRef)Add the entity identified by nodeRef as a favourite for user "userName".PersonFavouriteFavouritesService. getFavourite(java.lang.String userName, org.alfresco.service.cmr.repository.NodeRef nodeRef)Get a specific favourite for user "userName".Methods in org.alfresco.service.cmr.favourites that return types with arguments of type PersonFavourite Modifier and Type Method Description org.alfresco.query.PagingResults<PersonFavourite>FavouritesService. getPagedFavourites(java.lang.String userName, java.util.Set<FavouritesService.Type> types, java.util.List<org.alfresco.util.Pair<FavouritesService.SortFields,java.lang.Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest)A paged list of favourites for user "userName".
-