public class Harvester extends Object
| Constructor and Description |
|---|
Harvester(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config,
String baseURL) |
| Modifier and Type | Method and Description |
|---|---|
GetRecordType |
getRecord(Parameters parameters) |
IdentifyType |
identify() |
ProcessingQueue<HeaderType> |
listIdentifiers(Parameters parameters) |
ListMetadataFormatsType |
listMetadataFormats(Parameters parameters) |
ProcessingQueue<RecordType> |
listRecords(Parameters parameters) |
ProcessingQueue<SetType> |
listSets(Parameters parameters) |
public Harvester(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config, String baseURL)
public ProcessingQueue<RecordType> listRecords(Parameters parameters)
public ProcessingQueue<HeaderType> listIdentifiers(Parameters parameters)
public ListMetadataFormatsType listMetadataFormats(Parameters parameters) throws InternalHarvestException
InternalHarvestExceptionpublic ProcessingQueue<SetType> listSets(Parameters parameters)
public GetRecordType getRecord(Parameters parameters) throws InternalHarvestException, BadArgumentException, CannotDisseminateFormatException, IdDoesNotExistException
public IdentifyType identify() throws InternalHarvestException, BadArgumentException
Copyright © 2020. All rights reserved.