public interface Classification
| Modifier and Type | Method and Description |
|---|---|
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) |
org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getTaxonChildrenById(String id) throws UnsupportedPluginException, UnsupportedCapabilityException, InvalidIdentifierException
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> getTaxonTreeById(String id) throws UnsupportedPluginException, UnsupportedCapabilityException, InvalidIdentifierException
org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getSynonymsById(String id) throws UnsupportedPluginException, UnsupportedCapabilityException, InvalidIdentifierException
Copyright © 2015. All Rights Reserved.