Enum Class ContentPackSolutionLinkingWire

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

public enum ContentPackSolutionLinkingWire extends Enum<ContentPackSolutionLinkingWire>
Describes the additional solution linking wires that cannot be derived from standard definition. EG friendship relationships
  • Enum Constant Details

    • POSTGRES_FRIENDSHIP

      public static final ContentPackSolutionLinkingWire POSTGRES_FRIENDSHIP
      Pass responsibility for cataloguing schema, tables, and columns.
    • UNITY_CATALOG_FRIENDSHIP

      public static final ContentPackSolutionLinkingWire UNITY_CATALOG_FRIENDSHIP
      Pass responsibility for cataloguing data assets found in a Unity Catalog (UC) catalog.
    • BABBAGE_KARMA

      public static final ContentPackSolutionLinkingWire BABBAGE_KARMA
      Initializes the karma point awarding process.
    • BITOL_FILES_RECEIVER_TO_DATA_PRODUCT_CATALOGUER

      public static final ContentPackSolutionLinkingWire BITOL_FILES_RECEIVER_TO_DATA_PRODUCT_CATALOGUER
      Passes the data product documents found in the files to the data product cataloguer.
    • BITOL_FILES_RECEIVER_TO_DATA_CONTRACT_CATALOGUER

      public static final ContentPackSolutionLinkingWire BITOL_FILES_RECEIVER_TO_DATA_CONTRACT_CATALOGUER
      Passes the data contract documents found in the files to the data contract cataloguer.
    • BITOL_EVENT_RECEIVER_TO_DATA_PRODUCT_CATALOGUER

      public static final ContentPackSolutionLinkingWire BITOL_EVENT_RECEIVER_TO_DATA_PRODUCT_CATALOGUER
      Passes the data product documents received from Apache Kafka to the data product cataloguer.
    • BITOL_EVENT_RECEIVER_TO_DATA_CONTRACT_CATALOGUER

      public static final ContentPackSolutionLinkingWire BITOL_EVENT_RECEIVER_TO_DATA_CONTRACT_CATALOGUER
      Passes the data contract documents received from Apache Kafka to the data contract cataloguer.
    • BITOL_EVENT_RECEIVER_TO_FILE_STORE

      public static final ContentPackSolutionLinkingWire BITOL_EVENT_RECEIVER_TO_FILE_STORE
      Passes the documents received from Apache Kafka to the file store.
    • BITOL_DOCUMENT_PUBLISHER_TO_FILE_STORE

      public static final ContentPackSolutionLinkingWire BITOL_DOCUMENT_PUBLISHER_TO_FILE_STORE
      Passes the documents generated from open metadata to the file store.
    • RECEIVE_OL_EVENTS

      public static final ContentPackSolutionLinkingWire RECEIVE_OL_EVENTS
      Receive and push open lineage events to the other open lineage components.
    • PUBLISH_OL_EVENTS_TO_FILE

      public static final ContentPackSolutionLinkingWire PUBLISH_OL_EVENTS_TO_FILE
      Passes events to the file publisher.
    • PUBLISH_OL_EVENTS_TO_API

      public static final ContentPackSolutionLinkingWire PUBLISH_OL_EVENTS_TO_API
      Passes events to the API publisher.
    • PUBLISH_OL_EVENTS_TO_CATALOGUER

      public static final ContentPackSolutionLinkingWire PUBLISH_OL_EVENTS_TO_CATALOGUER
      Passes events to the Catalouger.
    • PUBLISH_EGERIA_EVENTS_TO_OL

      public static final ContentPackSolutionLinkingWire PUBLISH_EGERIA_EVENTS_TO_OL
      Passes Egeria's open lineage events to the file publisher.
    • JDBC_AND_POSTGRESQL

      public static final ContentPackSolutionLinkingWire JDBC_AND_POSTGRESQL
      PostgreSQL is a JDBC database server, and the contents of one of its databases can be catalogued through JDBC.
  • Method Details

    • values

      public static ContentPackSolutionLinkingWire[] 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 ContentPackSolutionLinkingWire 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
    • getEnd1GUID

      public String getEnd1GUID()
      Return the unique identifier for end 1 of the relationship.
      Returns:
      string
    • getEnd2GUID

      public String getEnd2GUID()
      Return the unique identifier for end 2 of the relationship.
      Returns:
      string
    • getLabel

      public String getLabel()
      Return the name of the relationship.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description of the relationship.
      Returns:
      string
    • getContentPackDefinition

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

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