Uses of Class
org.dspace.app.rest.model.HarvestedCollectionRest
-
Packages that use HarvestedCollectionRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of HarvestedCollectionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return HarvestedCollectionRest Modifier and Type Method Description HarvestedCollectionRestHarvestedCollectionConverter. convert(HarvestedCollection obj, Projection projection)HarvestedCollectionRestHarvestedCollectionConverter. 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 HarvestedCollectionRest Constructor Description HarvestedCollectionResource(HarvestedCollectionRest data, Utils utils) -
Uses of HarvestedCollectionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return HarvestedCollectionRest Modifier and Type Method Description HarvestedCollectionRestHarvestedCollectionRestRepository. findOne(Collection collection)HarvestedCollectionRestHarvestedCollectionRestRepository. update(Context context, javax.servlet.http.HttpServletRequest request, Collection collection)Function to update the harvesting settings of a collection
-