org.gcube.application.speciesmanager.stubs.pluginhelper.capabilities
Interface ClassificationCapability
- All Superinterfaces:
- PropertySupport
public interface ClassificationCapability
- extends PropertySupport
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 wrotename - the name of the entity to retrieve
Copyright © 2012. All Rights Reserved.