Uses of Class
com.lyncode.xoai.serviceprovider.oaipmh.spec.RecordType
-
-
Uses of RecordType in com.lyncode.xoai.serviceprovider.core
Methods in com.lyncode.xoai.serviceprovider.core that return types with arguments of type RecordType Modifier and Type Method Description ProcessingQueue<RecordType>Harvester. listRecords(Parameters parameters) -
Uses of RecordType in com.lyncode.xoai.serviceprovider.iterators
Methods in com.lyncode.xoai.serviceprovider.iterators that return types with arguments of type RecordType Modifier and Type Method Description ProcessingQueue<RecordType>RecordIterator. harvest() -
Uses of RecordType in com.lyncode.xoai.serviceprovider.oaipmh
Methods in com.lyncode.xoai.serviceprovider.oaipmh that return RecordType Modifier and Type Method Description protected RecordTypeRecordParser. parseElement(XMLEventReader reader) -
Uses of RecordType in com.lyncode.xoai.serviceprovider.oaipmh.spec
Fields in com.lyncode.xoai.serviceprovider.oaipmh.spec declared as RecordType Modifier and Type Field Description protected RecordTypeGetRecordType. recordFields in com.lyncode.xoai.serviceprovider.oaipmh.spec with type parameters of type RecordType Modifier and Type Field Description protected List<RecordType>ListRecordsType. recordMethods in com.lyncode.xoai.serviceprovider.oaipmh.spec that return RecordType Modifier and Type Method Description RecordTypeGetRecordType. getRecord()Gets the value of the record property.Methods in com.lyncode.xoai.serviceprovider.oaipmh.spec that return types with arguments of type RecordType Modifier and Type Method Description List<RecordType>ListRecordsType. getRecord()Gets the value of the record property.Methods in com.lyncode.xoai.serviceprovider.oaipmh.spec with parameters of type RecordType Modifier and Type Method Description voidGetRecordType. setRecord(RecordType value)Sets the value of the record property. -
Uses of RecordType in com.lyncode.xoai.serviceprovider.verbs
Methods in com.lyncode.xoai.serviceprovider.verbs that return types with arguments of type RecordType Modifier and Type Method Description ProcessingQueue<RecordType>ListRecords. harvest() -
Uses of RecordType in com.lyncode.xoai.serviceprovider.verbs.runners
Constructor parameters in com.lyncode.xoai.serviceprovider.verbs.runners with type arguments of type RecordType Constructor Description RetrieveListRecords(ProcessingQueue<RecordType> list, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config, Parameters params)
-