public abstract class AbstractIDMapper extends Object implements IDMapper
| Constructor and Description |
|---|
AbstractIDMapper() |
| Modifier and Type | Method and Description |
|---|---|
Set<Xref> |
mapID(Xref srcRef,
DataSource... tgtDataSources)
Default implementation of mapID.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, freeSearch, getCapabilities, isConnected, mapID, xrefExistspublic Set<Xref> mapID(Xref srcRef, DataSource... tgtDataSources) throws IDMapperException
mapID (Set<Xref>, Set<DataSource>)for mapping multiple id's with a set containing only a single Xref. Get all cross-references for the given entity, restricting the result to contain only references from the given set of data sources.
mapID in interface IDMappersrcRef - the entity to get cross-references for.tgtDataSources - target ID types/data sources. Set this to null if you
want to retrieve all results.IDMapperException - if the mapping service is (temporarily) unavailableCopyright © 2006–2021 BridgeDb project. All rights reserved.