Uses of Class
org.dspace.app.rest.model.SearchConfigurationRest
-
Packages that use SearchConfigurationRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of SearchConfigurationRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SearchConfigurationRest Modifier and Type Method Description SearchConfigurationRestDiscoverConfigurationConverter. convert(DiscoveryConfiguration configuration, Projection projection)Methods in org.dspace.app.rest.converter with parameters of type SearchConfigurationRest Modifier and Type Method Description voidDiscoverConfigurationConverter. addSearchFilters(SearchConfigurationRest searchConfigurationRest, List<DiscoverySearchFilter> searchFilterList, List<DiscoverySearchFilterFacet> facetList) -
Uses of SearchConfigurationRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SearchConfigurationRest Constructor Description SearchConfigurationResource(SearchConfigurationRest searchConfigurationRest) -
Uses of SearchConfigurationRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SearchConfigurationRest Modifier and Type Method Description SearchConfigurationRestDiscoveryRestRepository. getSearchConfiguration(String dsoScope, String configuration)
-