Uses of Class
com.lyncode.xoai.serviceprovider.oaipmh.spec.SetType
-
-
Uses of SetType in com.lyncode.xoai.serviceprovider.core
Methods in com.lyncode.xoai.serviceprovider.core that return types with arguments of type SetType Modifier and Type Method Description ProcessingQueue<SetType>Harvester. listSets(Parameters parameters) -
Uses of SetType in com.lyncode.xoai.serviceprovider.iterators
Methods in com.lyncode.xoai.serviceprovider.iterators that return types with arguments of type SetType Modifier and Type Method Description ProcessingQueue<SetType>SetIterator. harvest() -
Uses of SetType in com.lyncode.xoai.serviceprovider.oaipmh
Methods in com.lyncode.xoai.serviceprovider.oaipmh that return SetType Modifier and Type Method Description SetTypeSetParser. parseElement(XMLEventReader reader) -
Uses of SetType in com.lyncode.xoai.serviceprovider.oaipmh.spec
Fields in com.lyncode.xoai.serviceprovider.oaipmh.spec with type parameters of type SetType Modifier and Type Field Description protected List<SetType>ListSetsType. setMethods in com.lyncode.xoai.serviceprovider.oaipmh.spec that return types with arguments of type SetType Modifier and Type Method Description List<SetType>ListSetsType. getSet()Gets the value of the set property. -
Uses of SetType in com.lyncode.xoai.serviceprovider.verbs
Methods in com.lyncode.xoai.serviceprovider.verbs that return types with arguments of type SetType Modifier and Type Method Description ProcessingQueue<SetType>ListSets. harvest() -
Uses of SetType in com.lyncode.xoai.serviceprovider.verbs.runners
Constructor parameters in com.lyncode.xoai.serviceprovider.verbs.runners with type arguments of type SetType Constructor Description RetrieveListSets(ProcessingQueue<SetType> list, OAIServiceConfiguration<MetadataParser,AboutItemParser,DescriptionParser,AboutSetParser> config, Parameters params)
-