public class DataPlatformRestServices extends Object
| Constructor and Description |
|---|
DataPlatformRestServices() |
DataPlatformRestServices(DataPlatformInstanceHandler dataPlatformInstanceHandler) |
| Modifier and Type | Method and Description |
|---|---|
GUIDResponse |
createDeployedDatabaseSchema(String serverName,
String userId,
DeployedDatabaseSchemaRequestBody deployedDatabaseSchemaRequestBody)
Create deployed database schema guid response.
|
GUIDResponse |
createExternalDataPlatform(String serverName,
String userId,
DataPlatformRegistrationRequestBody dataPlatformRegistrationRequestBody)
Create the software server capability entity from an external data platforms
|
DataPlatformRegistrationRequestBody |
getExternalDataPlatformByQualifiedName(String serverName,
String userId,
String qualifiedName)
Return the software server capability definition from an external data platform
|
public DataPlatformRestServices()
public DataPlatformRestServices(DataPlatformInstanceHandler dataPlatformInstanceHandler)
public GUIDResponse createExternalDataPlatform(String serverName, String userId, DataPlatformRegistrationRequestBody dataPlatformRegistrationRequestBody)
serverName - name of server instance to calluserId - the name of the calling userdataPlatformRegistrationRequestBody - properties of the serverpublic DataPlatformRegistrationRequestBody getExternalDataPlatformByQualifiedName(String serverName, String userId, String qualifiedName)
serverName - name of the service to route the request touserId - identifier of calling userqualifiedName - qualified name of the serverpublic GUIDResponse createDeployedDatabaseSchema(String serverName, String userId, DeployedDatabaseSchemaRequestBody deployedDatabaseSchemaRequestBody)
serverName - the server nameuserId - the user iddeployedDatabaseSchemaRequestBody - the deployed database schema request bodyCopyright © 2018–2020 ODPi. All rights reserved.