public class WSUriClient extends WSCoreClient implements WSUriInterface
| Modifier and Type | Field and Description |
|---|---|
String |
NO_EXCEPTION |
String |
NO_REPORT |
serviceAddress, webResource| Constructor and Description |
|---|
WSUriClient(String serviceAddress) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getDataSource(String dataSource) |
javax.ws.rs.core.Response |
getLens(String id) |
javax.ws.rs.core.Response |
getLenses() |
javax.ws.rs.core.Response |
getLenses(String lensUri,
String lensGroup) |
javax.ws.rs.core.Response |
getMappingSetInfo(String mappingSetId) |
javax.ws.rs.core.Response |
getMappingSetInfos(String sourceSysCode,
String targetSysCode,
String lensUri) |
javax.ws.rs.core.Response |
getOverallStatistics(String lensUri) |
javax.ws.rs.core.Response |
getSourceInfos(String lensUri) |
javax.ws.rs.core.Response |
getSourceTargetInfos(String sourceSysCode,
String lensUri) |
javax.ws.rs.core.Response |
getSqlCompatVersion() |
javax.ws.rs.core.Response |
map(String id,
String scrCode,
String uri,
String lensUri,
Boolean includeXrefResults,
Boolean includeUriResults,
List<String> targetCodes,
String graph,
List<String> targetUriPattern) |
javax.ws.rs.core.Response |
mapBySet(List<String> uris,
String lensUri,
String graph,
List<String> targetUriPattern) |
javax.ws.rs.core.Response |
mapUri(List<String> uris,
String lensUri,
String graph,
List<String> targetUriPatterns) |
javax.ws.rs.core.Response |
toUris(String id,
String scrCode) |
javax.ws.rs.core.Response |
toXref(String uri) |
javax.ws.rs.core.Response |
UriExists(String uri) |
javax.ws.rs.core.Response |
UriSearch(String text,
String limitString) |
freeSearch, getCapabilities, getKeys, getProperty, getSupportedSrcDataSources, getSupportedTgtDataSources, isFreeSearchSupported, isMappingSupported, mapID, xrefExistsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfreeSearch, getCapabilities, getKeys, getProperty, getSupportedSrcDataSources, getSupportedTgtDataSources, isFreeSearchSupported, isMappingSupported, mapID, xrefExistspublic WSUriClient(String serviceAddress) throws org.bridgedb.utils.BridgeDBException
org.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response map(String id, String scrCode, String uri, String lensUri, Boolean includeXrefResults, Boolean includeUriResults, List<String> targetCodes, String graph, List<String> targetUriPattern) throws org.bridgedb.utils.BridgeDBException
map in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response mapBySet(List<String> uris, String lensUri, String graph, List<String> targetUriPattern) throws org.bridgedb.utils.BridgeDBException
mapBySet in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response UriExists(String uri) throws org.bridgedb.utils.BridgeDBException
UriExists in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response UriSearch(String text, String limitString) throws org.bridgedb.utils.BridgeDBException
UriSearch in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response toXref(String uri) throws org.bridgedb.utils.BridgeDBException
toXref in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response toUris(String id, String scrCode) throws org.bridgedb.utils.BridgeDBException
toUris in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response getOverallStatistics(String lensUri) throws org.bridgedb.utils.BridgeDBException
getOverallStatistics in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response getSourceInfos(String lensUri) throws org.bridgedb.utils.BridgeDBException
getSourceInfos in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response getSourceTargetInfos(String sourceSysCode, String lensUri) throws org.bridgedb.utils.BridgeDBException
getSourceTargetInfos in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response getMappingSetInfo(String mappingSetId) throws org.bridgedb.utils.BridgeDBException
getMappingSetInfo in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response getMappingSetInfos(String sourceSysCode, String targetSysCode, String lensUri) throws org.bridgedb.utils.BridgeDBException
getMappingSetInfos in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response getDataSource(String dataSource) throws org.bridgedb.utils.BridgeDBException
getDataSource in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response getLenses()
public javax.ws.rs.core.Response getLens(String id) throws org.bridgedb.utils.BridgeDBException
getLens in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response getSqlCompatVersion()
throws org.bridgedb.utils.BridgeDBException
getSqlCompatVersion in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response mapUri(List<String> uris, String lensUri, String graph, List<String> targetUriPatterns) throws org.bridgedb.utils.BridgeDBException
mapUri in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionpublic javax.ws.rs.core.Response getLenses(String lensUri, String lensGroup) throws org.bridgedb.utils.BridgeDBException
getLenses in interface WSUriInterfaceorg.bridgedb.utils.BridgeDBExceptionCopyright © 2006–2019 BridgeDb project. All rights reserved.