Uses of Class
org.dspace.app.rest.model.DiscoveryResultsRest
Packages that use DiscoveryResultsRest
Package
Description
-
Uses of DiscoveryResultsRest in org.dspace.app.rest.link.search
Methods in org.dspace.app.rest.link.search with parameters of type DiscoveryResultsRestModifier and TypeMethodDescriptionprotected UriComponentsBuilderDiscoveryRestHalLinkFactory.addFilterParams(UriComponentsBuilder uriComponentsBuilder, DiscoveryResultsRest data) protected UriComponentsBuilderDiscoveryRestHalLinkFactory.addSortingParms(UriComponentsBuilder uriComponentsBuilder, DiscoveryResultsRest data) DiscoveryRestHalLinkFactory.buildSearchBaseLink(DiscoveryResultsRest data) This method will build the base search link for the data that's been given to it -
Uses of DiscoveryResultsRest in org.dspace.app.rest.model
Subclasses of DiscoveryResultsRest in org.dspace.app.rest.modelModifier and TypeClassDescriptionclassThis class provides a container for the information to be used in the FacetResultsResourceclassThis class' purpose is to create a container for the information used in the SearchResultsResource -
Uses of DiscoveryResultsRest in org.dspace.app.rest.model.hateoas
Methods in org.dspace.app.rest.model.hateoas that return DiscoveryResultsRestModifier and TypeMethodDescriptionSearchFacetEntryResource.getSearchData()SearchFacetValueResource.getSearchData()Constructors in org.dspace.app.rest.model.hateoas with parameters of type DiscoveryResultsRestModifierConstructorDescriptionSearchFacetEntryResource(SearchFacetEntryRest facetData, DiscoveryResultsRest searchData) SearchFacetValueResource(SearchFacetValueRest data, SearchFacetEntryRest facetData, DiscoveryResultsRest searchData)