Package | Description |
---|---|
org.alfresco.repo.favourites | |
org.alfresco.service.cmr.favourites |
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 | Field and Description |
---|---|
static List<org.alfresco.util.Pair<FavouritesService.SortFields,Boolean>> |
FavouritesService.DEFAULT_SORT_PROPS |
Modifier and Type | Method and Description |
---|---|
static FavouritesService.SortFields |
FavouritesService.SortFields.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FavouritesService.SortFields[] |
FavouritesService.SortFields.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.