org.gcube.data.spd.client.proxies
Class DefaultClassification
java.lang.Object
org.gcube.data.spd.client.proxies.DefaultClassification
- All Implemented Interfaces:
- Classification
public class DefaultClassification
- extends Object
- implements 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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultClassification
public DefaultClassification( config)
getTaxonChildsById
public org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.TaxonomyItem> getTaxonChildsById(String id)
- Specified by:
getTaxonChildsById in interface Classification
getTaxonByIds
public org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.TaxonomyItem> getTaxonByIds(org.gcube.data.streams.Stream<String> ids)
- Specified by:
getTaxonByIds in interface Classification
getTaxonTreeById
public 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
- Specified by:
getTaxonTreeById in interface Classification
- Throws:
org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException
Exception
getSynonymsById
public 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
- Specified by:
getSynonymsById in interface Classification
- Throws:
org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException
Exception
Copyright © 2012. All Rights Reserved.