Uses of Interface
org.gcube.data.spd.plugin.fwk.writers.ObjectWriter

Packages that use ObjectWriter
org.gcube.data.spd.plugin.fwk   
org.gcube.data.spd.plugin.fwk.capabilities   
org.gcube.data.spd.plugin.fwk.writers   
 

Uses of ObjectWriter in org.gcube.data.spd.plugin.fwk
 

Methods in org.gcube.data.spd.plugin.fwk with parameters of type ObjectWriter
abstract  void AbstractPlugin.searchByScientificName(String word, ObjectWriter<org.gcube.data.spd.model.products.ResultItem> writer, org.gcube.data.spd.model.Condition... properties)
           
 void Searchable.searchByScientificName(String word, ObjectWriter<T> writer, org.gcube.data.spd.model.Condition... properties)
           
 

Uses of ObjectWriter in org.gcube.data.spd.plugin.fwk.capabilities
 

Methods in org.gcube.data.spd.plugin.fwk.capabilities with parameters of type ObjectWriter
 void ImagesCapability.getImagesById(ObjectWriter<org.gcube.data.spd.model.products.Image> writer, String... ids)
           
 void MappingCapability.getRelatedScientificNames(ObjectWriter<String> writer, String commonName)
          this method returns a set of scientific names related to the common name passed as input
 void ClassificationCapability.getSynonymnsById(ObjectWriter<org.gcube.data.spd.model.products.TaxonomyItem> writer, String id)
          retrieve a list of synonyms
 void ExpansionCapability.getSynonyms(ObjectWriter<String> writer, String scientifcName)
           
 void UnfoldCapability.unfold(ObjectWriter<String> writer, String scientificName)
           
 

Uses of ObjectWriter in org.gcube.data.spd.plugin.fwk.writers
 

Subinterfaces of ObjectWriter in org.gcube.data.spd.plugin.fwk.writers
 interface ClosableWriter<T>
           
 

Classes in org.gcube.data.spd.plugin.fwk.writers that implement ObjectWriter
 class AbstractWriter<T>
           
 class Writer<F>
           
 



Copyright © 2013. All Rights Reserved.