Uses of Class
org.dspace.app.rest.model.HarvestedCollectionRest
Packages that use HarvestedCollectionRest
Package
Description
-
Uses of HarvestedCollectionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return HarvestedCollectionRestModifier and TypeMethodDescriptionHarvestedCollectionConverter.convert(HarvestedCollection obj, Projection projection) HarvestedCollectionConverter.fromModel(HarvestedCollection obj, Collection collection, List<Map<String, String>> metadata_configs, Projection projection) -
Uses of HarvestedCollectionRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type HarvestedCollectionRestModifierConstructorDescriptionHarvestedCollectionResource(HarvestedCollectionRest data, Utils utils) -
Uses of HarvestedCollectionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return HarvestedCollectionRestModifier and TypeMethodDescriptionHarvestedCollectionRestRepository.findOne(Collection collection) HarvestedCollectionRestRepository.update(Context context, jakarta.servlet.http.HttpServletRequest request, Collection collection) Function to update the harvesting settings of a collection