| 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) Software Server.
|
| org.odpi.openmetadata.adminservices.rest |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegrationViewServiceConfig |
class |
SolutionViewServiceConfig |
| Modifier and Type | Method and Description |
|---|---|
List<ViewServiceConfig> |
OMAGServerConfig.getViewServicesConfig()
Return the configuration for the registered Open Metadata View Services (OMVS).
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMAGServerConfig.setViewServicesConfig(List<ViewServiceConfig> viewServicesConfig)
Set up the configuration for the registered Open Metadata View Services (OMVS).
|
| Constructor and Description |
|---|
ViewServiceConfig(ViewServiceConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
ViewServiceConfig |
ViewServiceConfigResponse.getConfig()
Return the config object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ViewServiceConfig> |
ViewServicesResponse.getServices()
Return the list of services
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewServiceConfigResponse.setConfig(ViewServiceConfig config)
Set up the config object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewServicesResponse.setServices(List<ViewServiceConfig> services)
Set up the list of services
|
Copyright © 2018–2020 ODPi. All rights reserved.