Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.OpenMetadataExchangeRule
-
Packages that use OpenMetadataExchangeRule 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. -
-
Uses of OpenMetadataExchangeRule in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return OpenMetadataExchangeRule Modifier and Type Method Description OpenMetadataExchangeRuleCohortConfig. getEventsToProcessRule()Return the rule indicating whether incoming metadata events from a cohort should be processed.OpenMetadataExchangeRuleLocalRepositoryConfig. getEventsToSaveRule()Return the enumeration describing which open metadata repository events should be saved to the local repository.OpenMetadataExchangeRuleLocalRepositoryConfig. getEventsToSendRule()Return the enumeration describing which open metadata repository events should be sent from the local repository.static OpenMetadataExchangeRuleOpenMetadataExchangeRule. 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.Methods in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type OpenMetadataExchangeRule Modifier and Type Method Description voidCohortConfig. setEventsToProcessRule(OpenMetadataExchangeRule eventsToProcessRule)Set up the rule indicating whether incoming metadata events from a cohort should be processed.voidLocalRepositoryConfig. setEventsToSaveRule(OpenMetadataExchangeRule eventsToSaveRule)Set up the enumeration describing which open metadata repository events should be saved to the local repository.voidLocalRepositoryConfig. setEventsToSendRule(OpenMetadataExchangeRule eventsToSendRule)Set up the enumeration describing which open metadata repository events should be sent from the local repository.
-