public class DataEngineRESTConfigurationClient extends DataEngineRESTClient
auditLog, exceptionHandler, serverName, serverPlatformURLRoot| Constructor and Description |
|---|
DataEngineRESTConfigurationClient(String serverName,
String serverPlatformRootURL)
Create DataEngineRESTConfigurationClient with unauthenticated access to the DE OMAS server.
|
DataEngineRESTConfigurationClient(String serverName,
String serverPlatformRootURL,
String userId,
String password) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionResponse |
getInTopicConnection(String serverName,
String userId)
Retrieve input topic connection details from remote DE OMAS instance.
|
addLineageMappings, addPortsToProcess, createExternalDataEngine, createOrUpdatePortAlias, createOrUpdatePortImplementation, createOrUpdateProcesses, createOrUpdateSchemaType, getExternalSourceName, setExternalSourceNamecallAssetGetRESTCall, callAssetsGetRESTCall, callAssetsPostRESTCall, callConnectionGetRESTCall, callSchemaTypeGetRESTCall, callTagGetRESTCall, callTagListGetRESTCall, callTagListPostRESTCallcallCountGetRESTCall, callGUIDGetRESTCall, callGUIDListGetRESTCall, callGUIDListPostRESTCall, callGUIDPostRESTCall, callNameListGetRESTCall, callStringMapGetRESTCall, callVoidGetRESTCall, callVoidPostRESTCallcallDeleteRESTCall, callDeleteRESTCall, callGetRESTCall, callGetRESTCall, callGetRESTCallNoParams, callPostRESTCall, callPostRESTCall, callPostRESTCallNoParams, callPutRESTCall, callPutRESTCallpublic DataEngineRESTConfigurationClient(String serverName, String serverPlatformRootURL) throws InvalidParameterException
serverName - serverPlatformRootURL - InvalidParameterExceptionpublic DataEngineRESTConfigurationClient(String serverName, String serverPlatformRootURL, String userId, String password) throws InvalidParameterException
serverName - serverPlatformRootURL - userId - password - InvalidParameterExceptionpublic ConnectionResponse getInTopicConnection(String serverName, String userId) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
serverName - name of the server hosting DE access serviceuserId - user accessing the server hosting DE access serviceInvalidParameterException - input parameter(s) invalidPropertyServerException - something went wrong with the REST call stackUserNotAuthorizedException - user is not authorizedCopyright © 2018–2020 ODPi. All rights reserved.