Uses of Class
org.dspace.app.rest.model.FacetResultsRest
Packages that use FacetResultsRest
Package
Description
-
Uses of FacetResultsRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return FacetResultsRestModifier and TypeMethodDescriptionDiscoverFacetResultsConverter.convert(Context context, String facetName, String prefix, String query, List<String> dsoTypes, String dsoScope, List<SearchFilter> searchFilters, DiscoverResult searchResult, DiscoveryConfiguration configuration, org.springframework.data.domain.Pageable page, Projection projection) -
Uses of FacetResultsRest in org.dspace.app.rest.link.search
Methods in org.dspace.app.rest.link.search with parameters of type FacetResultsRestModifier and TypeMethodDescriptionprotected UriComponentsBuilderDiscoveryRestHalLinkFactory.buildFacetBaseLink(FacetResultsRest data) -
Uses of FacetResultsRest in org.dspace.app.rest.model.hateoas
Methods in org.dspace.app.rest.model.hateoas with parameters of type FacetResultsRestConstructors in org.dspace.app.rest.model.hateoas with parameters of type FacetResultsRest -
Uses of FacetResultsRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return FacetResultsRestModifier and TypeMethodDescriptionDiscoveryRestRepository.getFacetObjects(String facetName, String prefix, String query, List<String> dsoTypes, String dsoScope, String configuration, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page)