Uses of Class
org.dspace.app.rest.model.FacetConfigurationRest
-
Packages that use FacetConfigurationRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of FacetConfigurationRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return FacetConfigurationRest Modifier and Type Method Description FacetConfigurationRestDiscoverFacetConfigurationConverter. 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 FacetConfigurationRest Modifier and Type Method Description voidFacetConfigurationResource. addEmbeds(FacetConfigurationRest data)Constructors in org.dspace.app.rest.model.hateoas with parameters of type FacetConfigurationRest Constructor Description FacetConfigurationResource(FacetConfigurationRest facetConfigurationRest) -
Uses of FacetConfigurationRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return FacetConfigurationRest Modifier and Type Method Description FacetConfigurationRestDiscoveryRestRepository. getFacetsConfiguration(String dsoScope, String configuration)
-