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

All Known Implementing Classes:
DefaultClassification

public interface Classification


Method Summary
 File getDarwinCoreArchive(org.gcube.data.streams.Stream<String> taxonIds)
           
 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)
           
 

Method Detail

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)

getDarwinCoreArchive

File getDarwinCoreArchive(org.gcube.data.streams.Stream<String> taxonIds)
                          throws Exception
Throws:
Exception

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


Copyright © 2012. All Rights Reserved.