| Package | Description |
|---|---|
| org.odpi.openmetadata.adminservices.configuration.properties |
| 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.
|
| Constructor and Description |
|---|
CohortConfig(String cohortName,
Connection cohortRegistryConnection,
Connection cohortOMRSTopicConnection,
OpenMetadataExchangeRule eventsToProcessRule,
List<TypeDefSummary> selectedTypesToProcess)
Constructor to populate all config values.
|
LocalRepositoryConfig(String metadataCollectionId,
Connection localRepositoryLocalConnection,
Connection localRepositoryRemoteConnection,
OpenMetadataExchangeRule eventsToSaveRule,
List<TypeDefSummary> selectedTypesToSave,
OpenMetadataExchangeRule eventsToSendRule,
List<TypeDefSummary> selectedTypesToSend,
Connection eventMapperConnection)
Constructor
|
Copyright © 2017–2018 ODPi. All rights reserved.