Uses of Class
org.alfresco.service.cmr.favourites.FavouritesService.SortFields
-
Packages that use FavouritesService.SortFields Package Description org.alfresco.repo.favourites org.alfresco.service.cmr.favourites -
-
Uses of FavouritesService.SortFields in org.alfresco.repo.favourites
Method parameters in org.alfresco.repo.favourites with type arguments of type FavouritesService.SortFields 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 FavouritesService.SortFields in org.alfresco.service.cmr.favourites
Fields in org.alfresco.service.cmr.favourites with type parameters of type FavouritesService.SortFields Modifier and Type Field Description static java.util.List<org.alfresco.util.Pair<FavouritesService.SortFields,java.lang.Boolean>>FavouritesService. DEFAULT_SORT_PROPSMethods in org.alfresco.service.cmr.favourites that return FavouritesService.SortFields Modifier and Type Method Description static FavouritesService.SortFieldsFavouritesService.SortFields. valueOf(java.lang.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.Method parameters in org.alfresco.service.cmr.favourites with type arguments of type FavouritesService.SortFields 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".
-