public class DefaultClassification extends Object implements Classification
| Constructor and Description |
|---|
DefaultClassification(org.gcube.common.clients.delegates.ProxyDelegate<ClassificationStub> config) |
| 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) |
public DefaultClassification(org.gcube.common.clients.delegates.ProxyDelegate<ClassificationStub> config)
public org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getTaxonChildrenById(String id) throws UnsupportedPluginException, UnsupportedCapabilityException, InvalidIdentifierException
getTaxonChildrenById in interface ClassificationUnsupportedPluginExceptionUnsupportedCapabilityExceptionInvalidIdentifierExceptionpublic org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getTaxaByIds(org.gcube.data.streams.Stream<String> ids)
getTaxaByIds in interface Classificationpublic org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getTaxonTreeById(String id) throws UnsupportedPluginException, UnsupportedCapabilityException, InvalidIdentifierException
getTaxonTreeById in interface ClassificationUnsupportedPluginExceptionUnsupportedCapabilityExceptionInvalidIdentifierExceptionpublic org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.TaxonomyItem> getSynonymsById(String id) throws UnsupportedPluginException, UnsupportedCapabilityException, InvalidIdentifierException
getSynonymsById in interface ClassificationUnsupportedPluginExceptionUnsupportedCapabilityExceptionInvalidIdentifierExceptionCopyright © 2015. All Rights Reserved.