Enum Class ContentPackDefinition

java.lang.Object
java.lang.Enum<ContentPackDefinition>
org.odpi.openmetadata.contentpacks.core.ContentPackDefinition
All Implemented Interfaces:
Serializable, Comparable<ContentPackDefinition>, Constable

public enum ContentPackDefinition extends Enum<ContentPackDefinition>
Identifies the content pack containing specific templates, integration connectors and governance services belong to.
  • Enum Constant Details

    • CORE_CONTENT_PACK

      public static final ContentPackDefinition CORE_CONTENT_PACK
      Base Connector Types and Categories for connectors from the Egeria project along with metadata valid values, templates and connectors for the basic types of technology supported by these connectors.
    • EGERIA_CONTENT_PACK

      public static final ContentPackDefinition EGERIA_CONTENT_PACK
      Cataloguing and monitoring the Egeria infrastructure.
    • FILES_CONTENT_PACK

      public static final ContentPackDefinition FILES_CONTENT_PACK
      Surveying and cataloguing files in the file system.
    • OPEN_LINEAGE_CONTENT_PACK

      public static final ContentPackDefinition OPEN_LINEAGE_CONTENT_PACK
      Capture open lineage events and harvest assets and relationships from them. Generate open lineage from running governance action processes. Save and distribute open lineage events both received from third parties and generated by Egeria.
    • UNITY_CATALOG_CONTENT_PACK

      public static final ContentPackDefinition UNITY_CATALOG_CONTENT_PACK
      Reference data, templates, connectors and governance services for working with Unity Catalog.
    • APACHE_ATLAS_CONTENT_PACK

      public static final ContentPackDefinition APACHE_ATLAS_CONTENT_PACK
      Reference data, templates, connectors and governance services for working with Apache Atlas.
    • POSTGRES_CONTENT_PACK

      public static final ContentPackDefinition POSTGRES_CONTENT_PACK
      Reference data, templates, connectors and governance services for working with a PostgreSQL Server.
    • APACHE_KAFKA_CONTENT_PACK

      public static final ContentPackDefinition APACHE_KAFKA_CONTENT_PACK
      Reference data, templates, connectors and governance services for working with an Apache Kafka Server.
    • NANNY_CONTENT_PACK

      public static final ContentPackDefinition NANNY_CONTENT_PACK
      Connectors and governance services used to enable observability functions on Egeria's infrastructure.
    • APIS_CONTENT_PACK

      public static final ContentPackDefinition APIS_CONTENT_PACK
      Reference data, templates, connectors and governance services for working with REST APIs via the swagger interface.
    • PRODUCTS_CONTENT_PACK

      public static final ContentPackDefinition PRODUCTS_CONTENT_PACK
      Open metadata collections packaged into dynamic digital products.
    • ORGANIZATION_INSIGHT_CONTENT_PACK

      public static final ContentPackDefinition ORGANIZATION_INSIGHT_CONTENT_PACK
      Monitoring, analysis and capture of insight into organization activity and effectiveness.
  • Method Details

    • values

      public static ContentPackDefinition[] 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 ContentPackDefinition 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
    • getArchiveGUID

      public String getArchiveGUID()
      Return the unique name of the archive.
      Returns:
      guid
    • getArchiveName

      public String getArchiveName()
      Return the display name of the archive.
      Returns:
      name
    • getArchiveDescription

      public String getArchiveDescription()
      Return the description of the contents of the archive.
      Returns:
      text
    • getArchiveFileName

      public String getArchiveFileName()
      Name of the file name to use.
      Returns:
      string
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Enum<ContentPackDefinition>
      Returns:
      return string containing the property names and values