| 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 |
| Modifier and Type | Method and Description |
|---|---|
List<IntegrationServiceConfig> |
OMAGServerConfig.getIntegrationServicesConfig()
Return the configuration for the registered Open Metadata Integration Services (OMISs).
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMAGServerConfig.setIntegrationServicesConfig(List<IntegrationServiceConfig> integrationServicesConfig)
Set up the configuration for the registered Open Metadata Integration Services (OMISs).
|
| Constructor and Description |
|---|
IntegrationServiceConfig(IntegrationServiceConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
IntegrationServiceConfig |
IntegrationServiceConfigResponse.getConfig()
Return the config object.
|
| Modifier and Type | Method and Description |
|---|---|
List<IntegrationServiceConfig> |
IntegrationServicesResponse.getServices()
Return the list of services
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationServiceConfigResponse.setConfig(IntegrationServiceConfig config)
Set up the config object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationServicesResponse.setServices(List<IntegrationServiceConfig> services)
Set up the list of services
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.