Uses of Enum Class
org.alfresco.service.cmr.favourites.FavouritesService.Type
Packages that use FavouritesService.Type
-
Uses of FavouritesService.Type in org.alfresco.repo.favourites
Methods in org.alfresco.repo.favourites that return FavouritesService.TypeModifier and TypeMethodDescriptionPersonFavourite.getType()PersonFavourite.PersonFavouriteKey.getType()Method parameters in org.alfresco.repo.favourites with type arguments of type FavouritesService.TypeModifier 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) Constructors in org.alfresco.repo.favourites with parameters of type FavouritesService.TypeModifierConstructorDescriptionPersonFavourite(String userName, NodeRef nodeRef, FavouritesService.Type type, String title, Date createdAt) PersonFavouriteKey(String userName, String title, FavouritesService.Type type, NodeRef nodeRef) PersonFavouriteKey(String userName, String title, FavouritesService.Type type, NodeRef nodeRef, Date createdAt) -
Uses of FavouritesService.Type in org.alfresco.service.cmr.favourites
Fields in org.alfresco.service.cmr.favourites with type parameters of type FavouritesService.TypeModifier and TypeFieldDescriptionstatic Set<FavouritesService.Type>FavouritesService.Type.ALL_FILTER_TYPESMethods in org.alfresco.service.cmr.favourites that return FavouritesService.TypeModifier and TypeMethodDescriptionstatic FavouritesService.TypeReturns the enum constant of this class with the specified name.static FavouritesService.Type[]FavouritesService.Type.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.TypeModifier 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".