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