Uses of Class
com.lyncode.xoai.serviceprovider.oaipmh.spec.HeaderType
-
-
Uses of HeaderType in com.lyncode.xoai.serviceprovider.core
Methods in com.lyncode.xoai.serviceprovider.core that return types with arguments of type HeaderType Modifier and Type Method Description ProcessingQueue<HeaderType>Harvester. listIdentifiers(Parameters parameters) -
Uses of HeaderType in com.lyncode.xoai.serviceprovider.iterators
Methods in com.lyncode.xoai.serviceprovider.iterators that return types with arguments of type HeaderType Modifier and Type Method Description ProcessingQueue<HeaderType>IdentifierIterator. harvest() -
Uses of HeaderType in com.lyncode.xoai.serviceprovider.oaipmh
Methods in com.lyncode.xoai.serviceprovider.oaipmh that return HeaderType Modifier and Type Method Description HeaderTypeHeaderParser. parseElement(XMLEventReader reader) -
Uses of HeaderType in com.lyncode.xoai.serviceprovider.oaipmh.spec
Fields in com.lyncode.xoai.serviceprovider.oaipmh.spec declared as HeaderType Modifier and Type Field Description protected HeaderTypeRecordType. headerFields in com.lyncode.xoai.serviceprovider.oaipmh.spec with type parameters of type HeaderType Modifier and Type Field Description protected List<HeaderType>ListIdentifiersType. headerMethods in com.lyncode.xoai.serviceprovider.oaipmh.spec that return HeaderType Modifier and Type Method Description HeaderTypeRecordType. getHeader()Gets the value of the header property.Methods in com.lyncode.xoai.serviceprovider.oaipmh.spec that return types with arguments of type HeaderType Modifier and Type Method Description List<HeaderType>ListIdentifiersType. getHeader()Gets the value of the header property.Methods in com.lyncode.xoai.serviceprovider.oaipmh.spec with parameters of type HeaderType Modifier and Type Method Description voidRecordType. setHeader(HeaderType value)Sets the value of the header property. -
Uses of HeaderType in com.lyncode.xoai.serviceprovider.verbs
Methods in com.lyncode.xoai.serviceprovider.verbs that return types with arguments of type HeaderType Modifier and Type Method Description ProcessingQueue<HeaderType>ListIdentifiers. harvest() -
Uses of HeaderType in com.lyncode.xoai.serviceprovider.verbs.runners
Constructor parameters in com.lyncode.xoai.serviceprovider.verbs.runners with type arguments of type HeaderType Constructor Description RetrieveListIdentifiers(ProcessingQueue<HeaderType> list, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config, Parameters params)
-