Uses of Class
com.lyncode.xoai.serviceprovider.exceptions.InternalHarvestException
-
Packages that use InternalHarvestException Package Description com.lyncode.xoai.serviceprovider.core com.lyncode.xoai.serviceprovider.iterators com.lyncode.xoai.serviceprovider.verbs -
-
Uses of InternalHarvestException in com.lyncode.xoai.serviceprovider.core
Methods in com.lyncode.xoai.serviceprovider.core that throw InternalHarvestException Modifier and Type Method Description GetRecordTypeHarvester. getRecord(Parameters parameters)IdentifyTypeHarvester. identify()ListMetadataFormatsTypeHarvester. listMetadataFormats(Parameters parameters) -
Uses of InternalHarvestException in com.lyncode.xoai.serviceprovider.iterators
Methods in com.lyncode.xoai.serviceprovider.iterators that throw InternalHarvestException Modifier and Type Method Description ListMetadataFormatsTypeMetadataFormatIterator. harvest()booleanMetadataFormatIterator. hasNext() -
Uses of InternalHarvestException in com.lyncode.xoai.serviceprovider.verbs
Methods in com.lyncode.xoai.serviceprovider.verbs that throw InternalHarvestException Modifier and Type Method Description GetRecordTypeGetRecord. harvest()IdentifyTypeIdentify. harvest()ListMetadataFormatsTypeListMetadataFormats. harvest()Constructors in com.lyncode.xoai.serviceprovider.verbs that throw InternalHarvestException Constructor Description GetRecord(Parameters params, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config)Identify(Parameters baseUrl, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config)
-