Uses of Class
org.dspace.app.rest.model.SearchFacetValueRest
Packages that use SearchFacetValueRest
Package
Description
-
Uses of SearchFacetValueRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SearchFacetValueRestModifier and TypeMethodDescriptionDiscoverFacetValueConverter.convert(DiscoverResult.FacetResult value, Projection projection) -
Uses of SearchFacetValueRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type SearchFacetValueRestModifier and TypeMethodDescriptionFacetResultsRest.getFacetResultList()SearchFacetEntryRest.getValues()Methods in org.dspace.app.rest.model with parameters of type SearchFacetValueRestModifier and TypeMethodDescriptionvoidFacetResultsRest.addToFacetResultList(SearchFacetValueRest facetResult) voidSearchFacetEntryRest.addValue(SearchFacetValueRest valueRest) -
Uses of SearchFacetValueRest in org.dspace.app.rest.model.hateoas
Methods in org.dspace.app.rest.model.hateoas that return SearchFacetValueRestConstructors in org.dspace.app.rest.model.hateoas with parameters of type SearchFacetValueRestModifierConstructorDescriptionSearchFacetValueResource(SearchFacetValueRest data, SearchFacetEntryRest facetData, DiscoveryResultsRest searchData)