Uses of Class
org.alfresco.service.cmr.favourites.FavouritesService.Type
-
Packages that use FavouritesService.Type Package Description org.alfresco.repo.favourites org.alfresco.service.cmr.favourites -
-
Uses of FavouritesService.Type in org.alfresco.repo.favourites
Methods in org.alfresco.repo.favourites that return FavouritesService.Type Modifier and Type Method Description FavouritesService.TypeFavouritesServiceImpl. getType(org.alfresco.service.cmr.repository.NodeRef nodeRef)FavouritesService.TypePersonFavourite. getType()FavouritesService.TypePersonFavourite.PersonFavouriteKey. getType()Method parameters in org.alfresco.repo.favourites with type arguments of type FavouritesService.Type 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)Constructors in org.alfresco.repo.favourites with parameters of type FavouritesService.Type Constructor Description PersonFavourite(java.lang.String userName, org.alfresco.service.cmr.repository.NodeRef nodeRef, FavouritesService.Type type, java.lang.String title, java.util.Date createdAt)PersonFavouriteKey(java.lang.String userName, java.lang.String title, FavouritesService.Type type, org.alfresco.service.cmr.repository.NodeRef nodeRef)PersonFavouriteKey(java.lang.String userName, java.lang.String title, FavouritesService.Type type, org.alfresco.service.cmr.repository.NodeRef nodeRef, java.util.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.Type Modifier and Type Field Description static java.util.Set<FavouritesService.Type>FavouritesService.Type. ALL_FILTER_TYPESMethods in org.alfresco.service.cmr.favourites that return FavouritesService.Type Modifier and Type Method Description FavouritesService.TypeFavouritesService. getType(org.alfresco.service.cmr.repository.NodeRef nodeRef)static FavouritesService.TypeFavouritesService.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FavouritesService.Type[]FavouritesService.Type. 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.Type 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".
-