org.gcube.data.spd.gbifplugin.search
Class GBIFSearch

java.lang.Object
  extended by org.gcube.data.spd.gbifplugin.search.AbstractSearch<org.gcube.data.spd.model.products.ResultItem>
      extended by org.gcube.data.spd.gbifplugin.search.GBIFSearch

public class GBIFSearch
extends AbstractSearch<org.gcube.data.spd.model.products.ResultItem>


Field Summary
protected  org.gcube.common.core.utils.logging.GCUBELog logger
           
 
Fields inherited from class org.gcube.data.spd.gbifplugin.search.AbstractSearch
dataSetKey, elementsTag, properties, providerKey
 
Constructor Summary
GBIFSearch(String baseURL, String scientificName, org.gcube.data.spd.model.Condition... properties)
           
 
Method Summary
protected  List<org.gcube.data.spd.model.products.ResultItem> retrieveElements(XMLEventReader eventReader, boolean b, org.gcube.data.spd.model.products.DataSet dataset)
           
 void search(org.gcube.data.spd.plugin.fwk.writers.ObjectWriter<org.gcube.data.spd.model.products.ResultItem> writer)
           
 
Methods inherited from class org.gcube.data.spd.gbifplugin.search.AbstractSearch
search
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected org.gcube.common.core.utils.logging.GCUBELog logger
Constructor Detail

GBIFSearch

public GBIFSearch(String baseURL,
                  String scientificName,
                  org.gcube.data.spd.model.Condition... properties)
           throws Exception
Throws:
Exception
Method Detail

search

public void search(org.gcube.data.spd.plugin.fwk.writers.ObjectWriter<org.gcube.data.spd.model.products.ResultItem> writer)
            throws Exception
Throws:
Exception

retrieveElements

protected List<org.gcube.data.spd.model.products.ResultItem> retrieveElements(XMLEventReader eventReader,
                                                                              boolean b,
                                                                              org.gcube.data.spd.model.products.DataSet dataset)
                                                                       throws Exception
Specified by:
retrieveElements in class AbstractSearch<org.gcube.data.spd.model.products.ResultItem>
Throws:
Exception


Copyright © 2013. All Rights Reserved.