Uses of Class
org.dspace.app.rest.model.hateoas.SearchSupportResource
-
Packages that use SearchSupportResource Package Description org.dspace.app.rest org.dspace.app.rest.link.search -
-
Uses of SearchSupportResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return SearchSupportResource Modifier and Type Method Description SearchSupportResourceDiscoveryRestController. getSearchSupport(String dsoScope, String configuration) -
Uses of SearchSupportResource in org.dspace.app.rest.link.search
Methods in org.dspace.app.rest.link.search that return types with arguments of type SearchSupportResource Modifier and Type Method Description protected Class<SearchSupportResource>SearchSupportHalLinkFactory. getResourceClass()Methods in org.dspace.app.rest.link.search with parameters of type SearchSupportResource Modifier and Type Method Description protected voidSearchSupportHalLinkFactory. addLinks(SearchSupportResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list)
-