| Package | Description |
|---|---|
| org.alfresco.repo.favourites | |
| org.alfresco.service.cmr.favourites |
| Modifier and Type | Method and Description |
|---|---|
PersonFavourite |
FavouritesServiceImpl.addFavourite(String userName,
NodeRef nodeRef) |
PersonFavourite |
FavouritesServiceImpl.getFavourite(String userName,
NodeRef nodeRef) |
| Modifier and Type | Method and Description |
|---|---|
PagingResults<PersonFavourite> |
FavouritesServiceImpl.getPagedFavourites(String userName,
Set<FavouritesService.Type> types,
List<Pair<FavouritesService.SortFields,Boolean>> sortProps,
PagingRequest pagingRequest) |
| Modifier and Type | Method and Description |
|---|---|
PersonFavourite |
FavouritesService.addFavourite(String userName,
NodeRef nodeRef)
Add the entity identified by nodeRef as a favourite for user "userName".
|
PersonFavourite |
FavouritesService.getFavourite(String userName,
NodeRef nodeRef)
Get a specific favourite for user "userName".
|
| Modifier and Type | Method and Description |
|---|---|
PagingResults<PersonFavourite> |
FavouritesService.getPagedFavourites(String userName,
Set<FavouritesService.Type> types,
List<Pair<FavouritesService.SortFields,Boolean>> sortProps,
PagingRequest pagingRequest)
A paged list of favourites for user "userName".
|
Copyright © 2005–2020 Alfresco Software. All rights reserved.