public interface DataPlatformInterface
| Modifier and Type | Method and Description |
|---|---|
GUIDResponse |
createDeployedDatabaseSchema(String userId,
DeployedDatabaseSchema deployedDatabaseSchema)
Create deployed database schema asset.
|
GUIDResponse |
createExternalDataPlatform(String userId,
SoftwareServerCapability softwareServerCapability)
Create the software server capability entity for registering data platforms as external source.
|
GUIDResponse createExternalDataPlatform(String userId, SoftwareServerCapability softwareServerCapability) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - the name of the calling usersoftwareServerCapability - the software server capability beanInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property serverGUIDResponse createDeployedDatabaseSchema(String userId, DeployedDatabaseSchema deployedDatabaseSchema) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - the user iddeployedDatabaseSchema - the deployed database schemaInvalidParameterException - the invalid parameter exceptionUserNotAuthorizedException - the user not authorized exceptionPropertyServerException - the property server exceptionCopyright © 2018–2020 ODPi. All rights reserved.