Uses of Class
org.dspace.app.rest.model.hateoas.HarvestedCollectionResource
-
Packages that use HarvestedCollectionResource Package Description org.dspace.app.rest org.dspace.app.rest.link.harvest -
-
Uses of HarvestedCollectionResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return HarvestedCollectionResource Modifier and Type Method Description HarvestedCollectionResourceCollectionHarvestSettingsController. get(UUID collectionUuid, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)GET endpoint that returns the harvest settings of the given collectionHarvestedCollectionResourceCollectionHarvestSettingsController. updateHarvestSettingsEndpoint(UUID collectionUuid, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request)PUT Endpoint for updating the settings of a collection. -
Uses of HarvestedCollectionResource in org.dspace.app.rest.link.harvest
Methods in org.dspace.app.rest.link.harvest that return types with arguments of type HarvestedCollectionResource Modifier and Type Method Description protected Class<HarvestedCollectionResource>HarvestedCollectionHalLinkFactory. getResourceClass()Methods in org.dspace.app.rest.link.harvest with parameters of type HarvestedCollectionResource Modifier and Type Method Description protected voidHarvestedCollectionHalLinkFactory. addLinks(HarvestedCollectionResource halResource, org.springframework.data.domain.Pageable page, LinkedList<org.springframework.hateoas.Link> list)
-