Uses of Class
org.dspace.app.rest.model.FacetConfigurationRest
Packages that use FacetConfigurationRest
Package
Description
-
Uses of FacetConfigurationRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return FacetConfigurationRestModifier and TypeMethodDescriptionDiscoverFacetConfigurationConverter.convert(String configurationName, String scope, DiscoveryConfiguration configuration) -
Uses of FacetConfigurationRest in org.dspace.app.rest.model.hateoas
Methods in org.dspace.app.rest.model.hateoas with parameters of type FacetConfigurationRestModifier and TypeMethodDescriptionvoidFacetConfigurationResource.addEmbeds(FacetConfigurationRest data) Constructors in org.dspace.app.rest.model.hateoas with parameters of type FacetConfigurationRestModifierConstructorDescriptionFacetConfigurationResource(FacetConfigurationRest facetConfigurationRest) -
Uses of FacetConfigurationRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return FacetConfigurationRestModifier and TypeMethodDescriptionDiscoveryRestRepository.getFacetsConfiguration(String dsoScope, String configuration)