Uses of Class
org.dspace.app.rest.model.hateoas.StatisticsSupportResource
-
Packages that use StatisticsSupportResource Package Description org.dspace.app.rest org.dspace.app.rest.link.statistics -
-
Uses of StatisticsSupportResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return StatisticsSupportResource Modifier and Type Method Description StatisticsSupportResourceStatisticsRestController. getStatisticsSupport() -
Uses of StatisticsSupportResource in org.dspace.app.rest.link.statistics
Methods in org.dspace.app.rest.link.statistics that return types with arguments of type StatisticsSupportResource Modifier and Type Method Description protected Class<StatisticsSupportResource>StatisticsSupportHalLinkFactory. getResourceClass()Methods in org.dspace.app.rest.link.statistics with parameters of type StatisticsSupportResource Modifier and Type Method Description protected voidStatisticsSupportHalLinkFactory. addLinks(StatisticsSupportResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list)
-