public interface IDMapperCapabilities
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getKeys() |
String |
getProperty(String key)
Return a value for a property, or null if this property is not defined.
|
Set<DataSource> |
getSupportedSrcDataSources() |
Set<DataSource> |
getSupportedTgtDataSources() |
boolean |
isFreeSearchSupported() |
boolean |
isMappingSupported(DataSource src,
DataSource tgt) |
boolean isFreeSearchSupported()
Set<DataSource> getSupportedSrcDataSources() throws IDMapperException
IDMapperException - if supported DataSources
could not be determined because of service unavailability.Set<DataSource> getSupportedTgtDataSources() throws IDMapperException
IDMapperException - if supported DataSources
could not be determined because of service unavailability.boolean isMappingSupported(DataSource src, DataSource tgt) throws IDMapperException
src - source data sourcetgt - target data sourceIDMapperException - if service is unavailableString getProperty(String key)
key - keyCopyright © 2006–2021 BridgeDb project. All rights reserved.