Uses of Class
org.dspace.harvest.HarvestingException
-
Packages that use HarvestingException Package Description org.dspace.harvest -
-
Uses of HarvestingException in org.dspace.harvest
Methods in org.dspace.harvest that throw HarvestingException Modifier and Type Method Description protected List<org.jdom2.Element>OAIHarvester. getMDrecord(String oaiSource, String itemOaiId, String metadataPrefix)Query the OAI-PMH provider for a specific metadata record.protected voidOAIHarvester. processRecord(org.jdom2.Element record, String OREPrefix, long currentRecord, long totalListSize)Process an individual PMH record, making (or updating) a corresponding DSpace Item.Constructors in org.dspace.harvest that throw HarvestingException Constructor Description OAIHarvester(Context c, DSpaceObject dso, HarvestedCollection hc)
-