Uses of Class
org.gcube.data.publishing.gFeed.collectors.oai.model.OAIRecord
-
Packages that use OAIRecord Package Description org.gcube.data.publishing.gFeed.collectors.oai org.gcube.data.publishing.gFeed.collectors.oai.model.ckan -
-
Uses of OAIRecord in org.gcube.data.publishing.gFeed.collectors.oai
Methods in org.gcube.data.publishing.gFeed.collectors.oai that return types with arguments of type OAIRecord Modifier and Type Method Description Set<OAIRecord>OAICollector. collect()Collection<OAIRecord>OAIClient. getAll(String metadataPrefix)org.gcube.data.publishing.gCatfeeder.collectors.DataCollector<OAIRecord>OAIHarvester. getCollector()org.gcube.data.publishing.gCatfeeder.collectors.DataTransformer<? extends org.gcube.data.publishing.gCatFeeder.model.CatalogueFormatData,OAIRecord>OAIHarvester. getTransformerByCatalogueType(String catalogueType) -
Uses of OAIRecord in org.gcube.data.publishing.gFeed.collectors.oai.model.ckan
Method parameters in org.gcube.data.publishing.gFeed.collectors.oai.model.ckan with type arguments of type OAIRecord Modifier and Type Method Description Set<GCatModel>GCatTransformer. transform(Collection<OAIRecord> collectedData)
-