Uses of Class
org.dspace.app.rest.model.hateoas.HarvestedCollectionResource
Packages that use HarvestedCollectionResource
-
Uses of HarvestedCollectionResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return HarvestedCollectionResourceModifier and TypeMethodDescriptionCollectionHarvestSettingsController.get(UUID collectionUuid, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) GET endpoint that returns the harvest settings of the given collectionCollectionHarvestSettingsController.updateHarvestSettingsEndpoint(UUID collectionUuid, jakarta.servlet.http.HttpServletResponse response, jakarta.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 HarvestedCollectionResourceModifier and TypeMethodDescriptionprotected Class<HarvestedCollectionResource>HarvestedCollectionHalLinkFactory.getResourceClass()Methods in org.dspace.app.rest.link.harvest with parameters of type HarvestedCollectionResourceModifier and TypeMethodDescriptionprotected voidHarvestedCollectionHalLinkFactory.addLinks(HarvestedCollectionResource halResource, org.springframework.data.domain.Pageable page, LinkedList<org.springframework.hateoas.Link> list)