Enum Class GovernanceEngineDefinition

java.lang.Object
java.lang.Enum<GovernanceEngineDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.GovernanceEngineDefinition
All Implemented Interfaces:
Serializable, Comparable<GovernanceEngineDefinition>, Constable

public enum GovernanceEngineDefinition extends Enum<GovernanceEngineDefinition>
Describes the standard governance engines shipped with Egeria
  • Enum Constant Details

    • ASSET_ONBOARDING_ENGINE

      public static final GovernanceEngineDefinition ASSET_ONBOARDING_ENGINE
      Monitors, validates and enriches metadata relating to assets as they are catalogued.
    • STEWARDSHIP_ENGINE

      public static final GovernanceEngineDefinition STEWARDSHIP_ENGINE
      Liaises with stewards to make corrections to open metadata.
    • FILE_SURVEY_ENGINE

      public static final GovernanceEngineDefinition FILE_SURVEY_ENGINE
      Provides surveys on Unity Catalog (UC) servers.
    • FILE_GOVERNANCE_ENGINE

      public static final GovernanceEngineDefinition FILE_GOVERNANCE_ENGINE
      Provides specialist governance services for Files and Directories
    • UNITY_CATALOG_SURVEY_ENGINE

      public static final GovernanceEngineDefinition UNITY_CATALOG_SURVEY_ENGINE
      Provides surveys on Unity Catalog (UC) servers.
    • UNITY_CATALOG_GOVERNANCE_ENGINE

      public static final GovernanceEngineDefinition UNITY_CATALOG_GOVERNANCE_ENGINE
      Provides specialist governance services on Unity Catalog (UC) servers.
    • POSTGRES_SURVEY_ENGINE

      public static final GovernanceEngineDefinition POSTGRES_SURVEY_ENGINE
      Provides surveys on PostgreSQL Servers.
    • POSTGRES_GOVERNANCE_ENGINE

      public static final GovernanceEngineDefinition POSTGRES_GOVERNANCE_ENGINE
      Provides specialist governance services on PostgresSQL Servers.
    • ATLAS_SURVEY_ENGINE

      public static final GovernanceEngineDefinition ATLAS_SURVEY_ENGINE
      Provides surveys on Apache Atlas Servers.
    • ATLAS_GOVERNANCE_ENGINE

      public static final GovernanceEngineDefinition ATLAS_GOVERNANCE_ENGINE
      Provides specialist governance services to Apache Atlas Servers.
    • EGERIA_SURVEY_ENGINE

      public static final GovernanceEngineDefinition EGERIA_SURVEY_ENGINE
      Provides surveys on Egeria's OMAG Server Platform and Servers.
    • EGERIA_GOVERNANCE_ENGINE

      public static final GovernanceEngineDefinition EGERIA_GOVERNANCE_ENGINE
      Provides specialist governance services to Egeria's OMAG Server Platform and Servers.
    • KAFKA_SURVEY_ENGINE

      public static final GovernanceEngineDefinition KAFKA_SURVEY_ENGINE
      Provides surveys on Apache Kafka Servers.
    • KAFKA_GOVERNANCE_ENGINE

      public static final GovernanceEngineDefinition KAFKA_GOVERNANCE_ENGINE
      Provides specialist governance services to Apache Kafka Servers.
  • Method Details

    • values

      public static GovernanceEngineDefinition[] 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

      public static GovernanceEngineDefinition valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getGUID

      public String getGUID()
      Return the unique identifier of the governance engine.
      Returns:
      string
    • getName

      public String getName()
      Return the unique name of the governance engine.
      Returns:
      string
    • getDisplayName

      public String getDisplayName()
      Return the display name of the governance engine.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description of the governance engine.
      Returns:
      string
    • getType

      public String getType()
      Return the open metadata type name for this engine.
      Returns:
      string
    • getContentPackDefinition

      public ContentPackDefinition getContentPackDefinition()
      Get identifier of content pack where this template should be located.
      Returns:
      content pack definition
    • toString

      public String toString()
      Output of this enum class and main value.
      Overrides:
      toString in class Enum<GovernanceEngineDefinition>
      Returns:
      string showing enum value