Enum Class SolutionLinkingWire

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

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

    • POSTGRES_FRIENDSHIP

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

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

      public static final SolutionLinkingWire BABBAGE_KARMA
      Initializes the karma point awarding process.
    • RECEIVE_OL_EVENTS

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

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

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

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

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

      public static final SolutionLinkingWire 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 SolutionLinkingWire[] 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 SolutionLinkingWire 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<SolutionLinkingWire>
      Returns:
      return string containing the property names and values