Uses of Enum Class
org.alfresco.service.cmr.favourites.FavouritesService.SortFields
Packages that use FavouritesService.SortFields
-
Uses of FavouritesService.SortFields in org.alfresco.repo.favourites
Method parameters in org.alfresco.repo.favourites with type arguments of type FavouritesService.SortFieldsModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<PersonFavourite>FavouritesServiceImpl.getPagedFavourites(String userName, Set<FavouritesService.Type> types, List<Pair<FavouritesService.SortFields, 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.SortFieldsModifier and TypeFieldDescriptionstatic final List<Pair<FavouritesService.SortFields,Boolean>> FavouritesService.DEFAULT_SORT_PROPSMethods in org.alfresco.service.cmr.favourites that return FavouritesService.SortFieldsModifier and TypeMethodDescriptionstatic FavouritesService.SortFieldsReturns the enum constant of this class with the specified name.static FavouritesService.SortFields[]FavouritesService.SortFields.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.alfresco.service.cmr.favourites with type arguments of type FavouritesService.SortFieldsModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<PersonFavourite>FavouritesService.getPagedFavourites(String userName, Set<FavouritesService.Type> types, List<Pair<FavouritesService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) A paged list of favourites for user "userName".