Uses of Class
org.dspace.app.rest.model.SearchResultsRest
-
Packages that use SearchResultsRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.link.search org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of SearchResultsRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SearchResultsRest Modifier and Type Method Description SearchResultsRestDiscoverFacetsConverter. convert(org.dspace.core.Context context, String query, List<String> dsoTypes, String configurationName, String dsoScope, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page, org.dspace.discovery.configuration.DiscoveryConfiguration configuration, org.dspace.discovery.DiscoverResult searchResult, Projection projection)SearchResultsRestDiscoverResultConverter. convert(org.dspace.core.Context context, String query, List<String> dsoTypes, String configurationName, String scope, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page, org.dspace.discovery.DiscoverResult searchResult, org.dspace.discovery.configuration.DiscoveryConfiguration configuration, Projection projection)Methods in org.dspace.app.rest.converter with parameters of type SearchResultsRest Modifier and Type Method Description voidDiscoverFacetsConverter. addFacetValues(org.dspace.core.Context context, org.dspace.discovery.DiscoverResult searchResult, SearchResultsRest resultsRest, org.dspace.discovery.configuration.DiscoveryConfiguration configuration, Projection projection)Fill the facet values information in the SearchResultsRest using the information in the api DiscoverResult object according to the configuration applied to the discovery query -
Uses of SearchResultsRest in org.dspace.app.rest.link.search
Methods in org.dspace.app.rest.link.search with parameters of type SearchResultsRest Modifier and Type Method Description protected org.springframework.web.util.UriComponentsBuilderDiscoveryRestHalLinkFactory. buildSearchFacetsBaseLink(SearchResultsRest data) -
Uses of SearchResultsRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SearchResultsRest Constructor Description FacetsResource(SearchResultsRest searchResultsRest, org.springframework.data.domain.Pageable page)SearchResultsResource(SearchResultsRest data, Utils utils, org.springframework.data.domain.Pageable pageable) -
Uses of SearchResultsRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SearchResultsRest Modifier and Type Method Description SearchResultsRestDiscoveryRestRepository. getAllFacets(String query, List<String> dsoTypes, String dsoScope, String configuration, List<SearchFilter> searchFilters)SearchResultsRestDiscoveryRestRepository. getSearchObjects(String query, List<String> dsoTypes, String dsoScope, String configuration, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page, Projection projection)
-