Uses of Class
org.dspace.app.rest.model.SearchResultsRest
Packages that use SearchResultsRest
Package
Description
-
Uses of SearchResultsRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SearchResultsRestModifier and TypeMethodDescriptionDiscoverFacetsConverter.convert(Context context, String query, List<String> dsoTypes, String configurationName, String dsoScope, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page, DiscoveryConfiguration configuration, DiscoverResult searchResult, Projection projection) DiscoverResultConverter.convert(Context context, String query, List<String> dsoTypes, String configurationName, String scope, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page, DiscoverResult searchResult, DiscoveryConfiguration configuration, Projection projection) Methods in org.dspace.app.rest.converter with parameters of type SearchResultsRestModifier and TypeMethodDescriptionvoidDiscoverFacetsConverter.addFacetValues(Context context, DiscoverResult searchResult, SearchResultsRest resultsRest, 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 SearchResultsRestModifier and TypeMethodDescriptionprotected 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 SearchResultsRestModifierConstructorDescriptionFacetsResource(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 SearchResultsRestModifier and TypeMethodDescriptionDiscoveryRestRepository.getAllFacets(String query, List<String> dsoTypes, String dsoScope, String configuration, List<SearchFilter> searchFilters) DiscoveryRestRepository.getSearchObjects(String query, List<String> dsoTypes, String dsoScope, String configuration, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page, Projection projection)