| 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 |
|---|---|
OpenMetadataExchangeRule |
CohortConfig.getEventsToProcessRule()
Return the rule indicating whether incoming metadata events from a cohort should be processed.
|
OpenMetadataExchangeRule |
LocalRepositoryConfig.getEventsToSaveRule()
Return the enumeration describing which open metadata repository events should be saved to
the local repository.
|
OpenMetadataExchangeRule |
LocalRepositoryConfig.getEventsToSendRule()
Return the enumeration describing which open metadata repository events should be sent from
the local repository.
|
static OpenMetadataExchangeRule |
OpenMetadataExchangeRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenMetadataExchangeRule[] |
OpenMetadataExchangeRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CohortConfig.setEventsToProcessRule(OpenMetadataExchangeRule eventsToProcessRule)
Set up the rule indicating whether incoming metadata events from a cohort should be processed.
|
void |
LocalRepositoryConfig.setEventsToSaveRule(OpenMetadataExchangeRule eventsToSaveRule)
Set up the enumeration describing which open metadata repository events should be saved to
the local repository.
|
void |
LocalRepositoryConfig.setEventsToSendRule(OpenMetadataExchangeRule eventsToSendRule)
Set up the enumeration describing which open metadata repository events should be sent from
the local repository.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.