Uses of Class
org.dspace.app.rest.model.hateoas.SearchFacetEntryResource
-
Packages that use SearchFacetEntryResource Package Description org.dspace.app.rest.link.search org.dspace.app.rest.model.hateoas -
-
Uses of SearchFacetEntryResource in org.dspace.app.rest.link.search
Methods in org.dspace.app.rest.link.search that return types with arguments of type SearchFacetEntryResource Modifier and Type Method Description protected Class<SearchFacetEntryResource>SearchFacetEntryHalLinkFactory. getResourceClass()Methods in org.dspace.app.rest.link.search with parameters of type SearchFacetEntryResource Modifier and Type Method Description protected voidSearchFacetEntryHalLinkFactory. addLinks(SearchFacetEntryResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list) -
Uses of SearchFacetEntryResource in org.dspace.app.rest.model.hateoas
Methods in org.dspace.app.rest.model.hateoas that return types with arguments of type SearchFacetEntryResource Modifier and Type Method Description List<SearchFacetEntryResource>FacetsResource. getFacetResources()
-