public interface RemoteDispatcher
| Modifier and Type | Method and Description |
|---|---|
PluginDescriptions |
exchangePlugins(PluginDescriptions localPlugins,
String gCoreEndpointId) |
String |
expandWithSynonyms(String scientificName,
String pluginName) |
String |
getOccurrencesByIds(String idsLocator,
String pluginName) |
String |
getOccurrencesByProductKeys(String productKeysLocator,
String pluginName) |
String |
getSynonymsById(String id,
String pluginName) |
String |
getTaxonById(String id,
String pluginName) |
String |
namesMapping(String commonName,
String pluginName) |
void |
removeAll(String gCoreEndpointId) |
String |
retrieveTaxaByIds(String idsLocator,
String pluginName) |
String |
retrieveTaxonChildrenByTaxonId(String id,
String pluginName) |
String |
search(SearchRequest request) |
String |
unfold(String scientificName,
String pluginName) |
String search(SearchRequest request) throws RemoteException
RemoteExceptionString getSynonymsById(String id, String pluginName) throws RemoteException, InvalidIdentifierException
String retrieveTaxonChildrenByTaxonId(String id, String pluginName) throws RemoteException, InvalidIdentifierException
String retrieveTaxaByIds(String idsLocator, String pluginName) throws RemoteException
RemoteExceptionString getTaxonById(String id, String pluginName) throws RemoteException, InvalidIdentifierException
String getOccurrencesByProductKeys(String productKeysLocator, String pluginName) throws RemoteException
RemoteExceptionString getOccurrencesByIds(String idsLocator, String pluginName) throws RemoteException
RemoteExceptionString namesMapping(String commonName, String pluginName) throws RemoteException
RemoteExceptionString expandWithSynonyms(String scientificName, String pluginName) throws RemoteException
RemoteExceptionString unfold(String scientificName, String pluginName) throws RemoteException
RemoteExceptionPluginDescriptions exchangePlugins(PluginDescriptions localPlugins, String gCoreEndpointId) throws RemoteException
RemoteExceptionvoid removeAll(String gCoreEndpointId) throws RemoteException
RemoteExceptionCopyright © 2017. All Rights Reserved.