public class OMAGServerAdminStoreServices extends Object
| Constructor and Description |
|---|
OMAGServerAdminStoreServices() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
clearConfigurationStoreConnection(String userId)
Clear the connection object for the configuration store.
|
ConnectionResponse |
getConfigurationStoreConnection(String userId)
Return the connection object for the configuration store.
|
VoidResponse |
setConfigurationStoreConnection(String userId,
Connection connection)
Override the default location of the configuration documents.
|
public VoidResponse setConfigurationStoreConnection(String userId, Connection connection)
userId - calling user.connection - connection used to create and configure the connector that interacts with
the real store.public ConnectionResponse getConfigurationStoreConnection(String userId)
userId - calling userpublic VoidResponse clearConfigurationStoreConnection(String userId)
userId - calling userCopyright © 2018–2020 ODPi. All rights reserved.