org.gcube.data.spd.client.proxies
Interface Classification

All Known Implementing Classes:
DefaultClassification

public interface Classification


Method Summary
 org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getSynonymsById(String id)
           
 org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getTaxaByIds(org.gcube.data.streams.Stream<String> ids)
           
 org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getTaxonChildrenById(String id)
           
 org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getTaxonTreeById(String id)
           
 

Method Detail

getTaxonChildrenById

org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getTaxonChildrenById(String id)
                                                                                                   throws UnsupportedPluginException,
                                                                                                          UnsupportedCapabilityException,
                                                                                                          InvalidIdentifierException
Throws:
UnsupportedPluginException
UnsupportedCapabilityException
InvalidIdentifierException

getTaxaByIds

org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getTaxaByIds(org.gcube.data.streams.Stream<String> ids)

getTaxonTreeById

org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getTaxonTreeById(String id)
                                                                                               throws UnsupportedPluginException,
                                                                                                      UnsupportedCapabilityException,
                                                                                                      InvalidIdentifierException
Throws:
UnsupportedPluginException
UnsupportedCapabilityException
InvalidIdentifierException

getSynonymsById

org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getSynonymsById(String id)
                                                                                              throws UnsupportedPluginException,
                                                                                                     UnsupportedCapabilityException,
                                                                                                     InvalidIdentifierException
Throws:
UnsupportedPluginException
UnsupportedCapabilityException
InvalidIdentifierException


Copyright © 2013. All Rights Reserved.