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