Uses of Class
org.dspace.app.rest.model.SearchConfigurationRest
Packages that use SearchConfigurationRest
Package
Description
-
Uses of SearchConfigurationRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SearchConfigurationRestModifier and TypeMethodDescriptionDiscoverConfigurationConverter.convert(DiscoveryConfiguration configuration, Projection projection) Methods in org.dspace.app.rest.converter with parameters of type SearchConfigurationRestModifier and TypeMethodDescriptionvoidDiscoverConfigurationConverter.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 SearchConfigurationRestModifierConstructorDescriptionSearchConfigurationResource(SearchConfigurationRest searchConfigurationRest) -
Uses of SearchConfigurationRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SearchConfigurationRestModifier and TypeMethodDescriptionDiscoveryRestRepository.getSearchConfiguration(String dsoScope, String configuration)