org.gcube.application.speciesmanager.stubs.pluginhelper.capabilities
Interface ClassificationCapability

All Superinterfaces:
PropertySupport

public interface ClassificationCapability
extends PropertySupport


Method Summary
 void retrieveTaxaByName(ObjectWriter<Taxon> writer, String name)
          retrieves a list of Taxon tree for a given name
 List<Taxon> retrieveTaxonChildsByTaxonId(String taxonId)
          retrieves all children giving a taxon id
 
Methods inherited from interface org.gcube.application.speciesmanager.stubs.pluginhelper.PropertySupport
getSupportedProperties
 

Method Detail

retrieveTaxonChildsByTaxonId

List<Taxon> retrieveTaxonChildsByTaxonId(String taxonId)
retrieves all children giving a taxon id

Parameters:
taxonId - the taxon id
Returns:
a list of taxon

retrieveTaxaByName

void retrieveTaxaByName(ObjectWriter<Taxon> writer,
                        String name)
retrieves a list of Taxon tree for a given name

Parameters:
writer - the stream where the elements must be wrote
name - the name of the entity to retrieve


Copyright © 2012. All Rights Reserved.