| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PermittedSynchronization |
IntegrationServiceConfig.getDefaultPermittedSynchronization()
Return the default value for permitted synchronization that should be set up for the integration connectors
as they are configured.
|
PermittedSynchronization |
IntegrationConnectorConfig.getPermittedSynchronization()
Return the permitted direction of metadata flow (see the enum definition for more details).
|
static PermittedSynchronization |
PermittedSynchronization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermittedSynchronization[] |
PermittedSynchronization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationServiceConfig.setDefaultPermittedSynchronization(PermittedSynchronization defaultPermittedSynchronization)
Set up the default value for permitted synchronization that should be set up for the integration connectors
as they are configured.
|
void |
IntegrationConnectorConfig.setPermittedSynchronization(PermittedSynchronization permittedSynchronization)
Set up the permitted direction of metadata flow (see the enum definition for more details).
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.