Interface DescriptionService
- All Superinterfaces:
NameUsageExtensionService<Description>
Service interface for Description Interface methods. This is the public interface
providing methods for retrieving Description.
These methods will for the most part return a Description object.
- See Also:
-
Method Summary
Methods inherited from interface org.gbif.api.service.checklistbank.NameUsageExtensionService
listByUsage
-
Method Details
-
getToc
Returns a table of content for all available descriptions of a name usage.- Parameters:
taxonKey
- the name usage key
-
get
Retrieve a description by its key. The portal species pages rely on this method to asynchroneously load species descriptions.- Parameters:
key
- that identifies a description
-