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