public interface ExternalLookupService
Modifier and Type | Interface and Description |
---|---|
static class |
ExternalLookupService.LookupEntry
Result of an id lookup.
|
Modifier and Type | Method and Description |
---|---|
List<ExternalLookupService.LookupEntry> |
lookup(String id)
Lookup the information for the given identifier.
|
ExternalLookupService.LookupEntry |
lookup(String id,
String taxon)
Lookup the information for the given identifier and taxon.
|
List<ExternalLookupService.LookupEntry> lookup(String id)
id
- ExternalLookupService.LookupEntry lookup(String id, String taxon)
id
- taxon
- Copyright © 2010–2015. All rights reserved.