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