@Deprecated public class DataPlatformClient extends OCFRESTClient
auditLog, exceptionHandler, serverName, serverPlatformURLRoot| Constructor and Description |
|---|
DataPlatformClient(String serverName,
String serverPlatformURLRoot)
Deprecated.
Constructor for no authentication.
|
DataPlatformClient(String serverName,
String serverPlatformURLRoot,
String userId,
String password)
Deprecated.
Constructor for simple userId and password authentication.
|
| Modifier and Type | Method and Description |
|---|---|
GUIDResponse |
createDeployedDatabaseSchema(String userId,
DeployedDatabaseSchema deployedDatabaseSchema)
Deprecated.
Create deployed database schema asset from external source.
|
GUIDResponse |
createExternalDataPlatform(String userId,
DataPlatform dataPlatformProperties)
Deprecated.
Create the software server capability entity for registering external data platforms.
|
String |
getExternalSourceName()
Deprecated.
|
void |
setExternalSourceName(String externalSourceName)
Deprecated.
|
callAssetGetRESTCall, callAssetsGetRESTCall, callAssetsPostRESTCall, callConnectionGetRESTCall, callSchemaTypeGetRESTCall, callTagGetRESTCall, callTagListGetRESTCall, callTagListPostRESTCallcallCountGetRESTCall, callGUIDGetRESTCall, callGUIDListGetRESTCall, callGUIDListPostRESTCall, callGUIDPostRESTCall, callNameListGetRESTCall, callStringMapGetRESTCall, callVoidGetRESTCall, callVoidPostRESTCallcallDeleteRESTCall, callDeleteRESTCall, callGetRESTCall, callGetRESTCall, callGetRESTCallNoParams, callPostRESTCall, callPostRESTCall, callPostRESTCallNoParams, callPutRESTCall, callPutRESTCallpublic DataPlatformClient(String serverName, String serverPlatformURLRoot) throws InvalidParameterException
serverName - name of the OMAG Server to callserverPlatformURLRoot - URL root of the server platform where the OMAG Server is running.InvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public DataPlatformClient(String serverName, String serverPlatformURLRoot, String userId, String password) throws InvalidParameterException
serverName - name of the OMAG Server to callserverPlatformURLRoot - URL root of the server platform where the OMAG Server is running.userId - user id for the HTTP requestpassword - password for the HTTP requestInvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public GUIDResponse createExternalDataPlatform(String userId, DataPlatform dataPlatformProperties) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - the name of the calling userdataPlatformProperties - the software server capability beanInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property serverpublic GUIDResponse createDeployedDatabaseSchema(String userId, DeployedDatabaseSchema deployedDatabaseSchema) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - the user iddeployedDatabaseSchema - the deployed database schemaInvalidParameterException - the invalid parameter exceptionUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - the property server exceptionpublic String getExternalSourceName()
public void setExternalSourceName(String externalSourceName)
Copyright © 2018–2020 ODPi. All rights reserved.