Uses of Interface
com.lyncode.xoai.serviceprovider.parser.MetadataParser
-
-
Uses of MetadataParser in com.lyncode.xoai.serviceprovider
Classes in com.lyncode.xoai.serviceprovider with type parameters of type MetadataParser Modifier and Type Class Description classOAIServiceConfiguration<M extends MetadataParser,A extends AboutItemParser,D extends DescriptionParser,S extends AboutSetParser>Constructor parameters in com.lyncode.xoai.serviceprovider with type arguments of type MetadataParser Constructor Description OAIServiceProvider(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config) -
Uses of MetadataParser in com.lyncode.xoai.serviceprovider.core
Constructor parameters in com.lyncode.xoai.serviceprovider.core with type arguments of type MetadataParser Constructor Description Harvester(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config, String baseURL) -
Uses of MetadataParser in com.lyncode.xoai.serviceprovider.iterators
Constructor parameters in com.lyncode.xoai.serviceprovider.iterators with type arguments of type MetadataParser Constructor Description IdentifierIterator(Parameters params, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config)MetadataFormatIterator(OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config, Parameters parameters) -
Uses of MetadataParser in com.lyncode.xoai.serviceprovider.oaipmh
Methods in com.lyncode.xoai.serviceprovider.oaipmh that return types with arguments of type MetadataParser Modifier and Type Method Description OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser>ElementParser. getConfiguration()Method parameters in com.lyncode.xoai.serviceprovider.oaipmh with type arguments of type MetadataParser Modifier and Type Method Description static OAIPMHtypeOAIPMHParser. parse(File f, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)static OAIPMHtypeOAIPMHParser. parse(InputStream instream, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration)static OAIPMHtypeOAIPMHParser. parse(String filepath, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> oaiServiceConfiguration) -
Uses of MetadataParser in com.lyncode.xoai.serviceprovider.oaipmh.oai_dc
Classes in com.lyncode.xoai.serviceprovider.oaipmh.oai_dc that implement MetadataParser Modifier and Type Class Description classOAIDCParser -
Uses of MetadataParser in com.lyncode.xoai.serviceprovider.verbs
Methods in com.lyncode.xoai.serviceprovider.verbs that return types with arguments of type MetadataParser Modifier and Type Method Description OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser>AbstractVerb. getServiceProvider() -
Uses of MetadataParser in com.lyncode.xoai.serviceprovider.verbs.runners
Constructor parameters in com.lyncode.xoai.serviceprovider.verbs.runners with type arguments of type MetadataParser Constructor Description RetrieveListIdentifiers(ProcessingQueue<HeaderType> list, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config, Parameters params)RetrieveListRecords(ProcessingQueue<RecordType> list, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config, Parameters params)RetrieveListSets(ProcessingQueue<SetType> list, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config, Parameters params)
-