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.plugin.fwk.model.TaxonomyItem> |
getSynonymsById(String id)
|
org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.TaxonomyItem> |
getTaxonByIds(org.gcube.data.streams.Stream<String> ids)
|
org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.TaxonomyItem> |
getTaxonChildsById(String id)
|
org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.TaxonomyItem> |
getTaxonTreeById(String id)
|
getTaxonChildsById
org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.TaxonomyItem> getTaxonChildsById(String id)
getTaxonByIds
org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.TaxonomyItem> getTaxonByIds(org.gcube.data.streams.Stream<String> ids)
getTaxonTreeById
org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.TaxonomyItem> getTaxonTreeById(String id)
throws org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException,
Exception
- Throws:
org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException
Exception
getSynonymsById
org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.TaxonomyItem> getSynonymsById(String id)
throws org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException,
Exception
- Throws:
org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException
Exception
Copyright © 2012. All Rights Reserved.