Uses of Class
org.dspace.app.rest.model.hateoas.FacetsResource
-
Packages that use FacetsResource Package Description org.dspace.app.rest org.dspace.app.rest.link.search -
-
Uses of FacetsResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return FacetsResource Modifier and Type Method Description FacetsResourceDiscoveryRestController. getFacets(String query, List<String> dsoTypes, String dsoScope, String configuration, List<SearchFilter> searchFilters, org.springframework.data.domain.Pageable page) -
Uses of FacetsResource in org.dspace.app.rest.link.search
Methods in org.dspace.app.rest.link.search that return types with arguments of type FacetsResource Modifier and Type Method Description protected Class<FacetsResource>FacetsResourceHalLinkFactory. getResourceClass()Methods in org.dspace.app.rest.link.search with parameters of type FacetsResource Modifier and Type Method Description protected voidFacetsResourceHalLinkFactory. addLinks(FacetsResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list)
-