| Package | Description |
|---|---|
| org.odpi.openmetadata.adminservices.configuration.properties |
The properties package provides the configuration properties for the different subsystems that run inside
the Open Metadata and Governance (OMAG) Platform.
|
| org.odpi.openmetadata.adminservices.rest | |
| org.odpi.openmetadata.adminservices.store |
| Constructor and Description |
|---|
OMAGServerConfig(OMAGServerConfig template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OMAGServerConfig |
OMAGServerConfigResponse.getOMAGServerConfig()
Return the OMAGServerConfig object.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OMAGServerConfig> |
OMAGServerConfigsResponse.getOMAGServerConfigs()
Return the OMAGServerConfig objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMAGServerConfigResponse.setOMAGServerConfig(OMAGServerConfig serverConfig)
Set up the OMAGServerConfig object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMAGServerConfigsResponse.setOMAGServerConfigs(Set<OMAGServerConfig> serverConfigs)
Set up the OMAGServerConfig objects.
|
| Modifier and Type | Method and Description |
|---|---|
OMAGServerConfig |
OMAGServerConfigStore.retrieveServerConfig()
Retrieve the configuration saved from a previous run of the server.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OMAGServerConfig> |
OMAGServerConfigStoreRetrieveAll.retrieveAllServerConfigs()
Retrieve all the stored server configurations
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMAGServerConfigStore.saveServerConfig(OMAGServerConfig configuration)
Save the server configuration.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.