@RestController
@RequestMapping(value="/open-metadata/ui-admin-services/users/{userId}/stores")
public class UIConfigStoreResource
extends Object
| Constructor and Description |
|---|
UIConfigStoreResource() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
clearConfigurationStoreConnection(String userId)
Clear the connection object for the configuration store which means the platform uses the default store.
|
VoidResponse |
setConfigurationStoreConnection(String userId,
Connection connection)
Override the default location of the configuration documents.
|
@RequestMapping(method=POST,
path="/connection")
public VoidResponse setConfigurationStoreConnection(@PathVariable
String userId,
@RequestBody
Connection connection)
userId - calling user.connection - connection used to create and configure the connector that interacts with
the real store.@RequestMapping(method=DELETE,
path="/connection")
public VoidResponse clearConfigurationStoreConnection(@PathVariable
String userId)
userId - calling userCopyright © 2018–2019 ODPi. All rights reserved.