Enum Class GovernanceEngineDefinition
java.lang.Object
java.lang.Enum<GovernanceEngineDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.GovernanceEngineDefinition
- All Implemented Interfaces:
Serializable
,Comparable<GovernanceEngineDefinition>
,Constable
Describes the standard governance engines shipped with Egeria
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionMonitors, validates and enriches metadata relating to assets as they are catalogued.Provides specialist governance services to Apache Atlas Servers.Provides surveys on Apache Atlas Servers.Provides specialist governance services to Egeria's OMAG Server Platform and Servers.Provides surveys on Egeria's OMAG Server Platform and Servers.Provides specialist governance services for Files and DirectoriesProvides surveys on Unity Catalog (UC) servers.Provides specialist governance services to Apache Kafka Servers.Provides surveys on Apache Kafka Servers.Provides specialist governance services on PostgresSQL Servers.Provides surveys on PostgreSQL Servers.Liaises with stewards to make corrections to open metadata.Provides specialist governance services on Unity Catalog (UC) servers.Provides surveys on Unity Catalog (UC) servers. -
Method Summary
Modifier and TypeMethodDescriptionGet identifier of content pack where this template should be located.Return the description of the governance engine.Return the display name of the governance engine.getGUID()
Return the unique identifier of the governance engine.getName()
Return the unique name of the governance engine.getType()
Return the open metadata type name for this engine.toString()
Output of this enum class and main value.static GovernanceEngineDefinition
Returns the enum constant of this class with the specified name.static GovernanceEngineDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ASSET_ONBOARDING_ENGINE
Monitors, validates and enriches metadata relating to assets as they are catalogued. -
STEWARDSHIP_ENGINE
Liaises with stewards to make corrections to open metadata. -
FILE_SURVEY_ENGINE
Provides surveys on Unity Catalog (UC) servers. -
FILE_GOVERNANCE_ENGINE
Provides specialist governance services for Files and Directories -
UNITY_CATALOG_SURVEY_ENGINE
Provides surveys on Unity Catalog (UC) servers. -
UNITY_CATALOG_GOVERNANCE_ENGINE
Provides specialist governance services on Unity Catalog (UC) servers. -
POSTGRES_SURVEY_ENGINE
Provides surveys on PostgreSQL Servers. -
POSTGRES_GOVERNANCE_ENGINE
Provides specialist governance services on PostgresSQL Servers. -
ATLAS_SURVEY_ENGINE
Provides surveys on Apache Atlas Servers. -
ATLAS_GOVERNANCE_ENGINE
Provides specialist governance services to Apache Atlas Servers. -
EGERIA_SURVEY_ENGINE
Provides surveys on Egeria's OMAG Server Platform and Servers. -
EGERIA_GOVERNANCE_ENGINE
Provides specialist governance services to Egeria's OMAG Server Platform and Servers. -
KAFKA_SURVEY_ENGINE
Provides surveys on Apache Kafka Servers. -
KAFKA_GOVERNANCE_ENGINE
Provides specialist governance services to Apache Kafka Servers.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getGUID
Return the unique identifier of the governance engine.- Returns:
- string
-
getName
Return the unique name of the governance engine.- Returns:
- string
-
getDisplayName
Return the display name of the governance engine.- Returns:
- string
-
getDescription
Return the description of the governance engine.- Returns:
- string
-
getType
Return the open metadata type name for this engine.- Returns:
- string
-
getContentPackDefinition
Get identifier of content pack where this template should be located.- Returns:
- content pack definition
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<GovernanceEngineDefinition>
- Returns:
- string showing enum value
-