Uses of Interface
org.gcube.application.speciesmanager.stubs.pluginhelper.writers.ObjectWriter

Packages that use ObjectWriter
org.gcube.application.speciesmanager.stubs.pluginhelper   
org.gcube.application.speciesmanager.stubs.pluginhelper.capabilities   
org.gcube.application.speciesmanager.stubs.writers   
 

Uses of ObjectWriter in org.gcube.application.speciesmanager.stubs.pluginhelper
 

Methods in org.gcube.application.speciesmanager.stubs.pluginhelper with parameters of type ObjectWriter
abstract  void AbstractPlugin.searchByCommonName(String word, ObjectWriter<ResultItem> writer, Property... properties)
           
abstract  void AbstractPlugin.searchByScientificName(String word, ObjectWriter<ResultItem> writer, Property... properties)
           
 

Uses of ObjectWriter in org.gcube.application.speciesmanager.stubs.pluginhelper.capabilities
 

Methods in org.gcube.application.speciesmanager.stubs.pluginhelper.capabilities with parameters of type ObjectWriter
 void OccurrencesCapability.getOccurrencesById(ObjectWriter<Occurrence> writer, String... ids)
          retrieves all occurrences for the given ids
 void SynonimsCapability.getSynonimnsByIds(ObjectWriter<ResultItem> writer, String... ids)
           
 void ClassificationCapability.retrieveTaxaByName(ObjectWriter<Taxon> writer, String name)
          retrieves a list of Taxon tree for a given name
 

Uses of ObjectWriter in org.gcube.application.speciesmanager.stubs.writers
 

Classes in org.gcube.application.speciesmanager.stubs.writers that implement ObjectWriter
 class AbstractWriter<T>
           
 class OccurrenceWriter
           
 class ResultItemWriter
           
 class StringWriter
           
 



Copyright © 2012. All Rights Reserved.