Enum Class SolutionLinkingWire
- All Implemented Interfaces:
Serializable,Comparable<SolutionLinkingWire>,Constable
Describes the additional solution linking wires that cannot be derived from standard definition.
EG friendship relationships
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionInitializes the karma point awarding process.PostgreSQL is a JDBC database server, and the contents of one of its databases can be catalogued through JDBC.Pass responsibility for cataloguing schema, tables, and columns.Passes Egeria's open lineage events to the file publisher.Passes events to the API publisher.Passes events to the Catalouger.Passes events to the file publisher.Receive and push open lineage events to the other open lineage components.Pass responsibility for cataloguing data assets found in a Unity Catalog (UC) catalog. -
Method Summary
Modifier and TypeMethodDescriptionGet identifier of content pack where this definition should be located.Return the description of the relationship.Return the unique identifier for end 1 of the relationship.Return the unique identifier for end 2 of the relationship.getLabel()Return the name of the relationship.toString()JSON-style toStringstatic SolutionLinkingWireReturns the enum constant of this class with the specified name.static SolutionLinkingWire[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POSTGRES_FRIENDSHIP
Pass responsibility for cataloguing schema, tables, and columns. -
UNITY_CATALOG_FRIENDSHIP
Pass responsibility for cataloguing data assets found in a Unity Catalog (UC) catalog. -
BABBAGE_KARMA
Initializes the karma point awarding process. -
RECEIVE_OL_EVENTS
Receive and push open lineage events to the other open lineage components. -
PUBLISH_OL_EVENTS_TO_FILE
Passes events to the file publisher. -
PUBLISH_OL_EVENTS_TO_API
Passes events to the API publisher. -
PUBLISH_OL_EVENTS_TO_CATALOGUER
Passes events to the Catalouger. -
PUBLISH_EGERIA_EVENTS_TO_OL
Passes Egeria's open lineage events to the file publisher. -
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
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
-
getEnd1GUID
Return the unique identifier for end 1 of the relationship.- Returns:
- string
-
getEnd2GUID
Return the unique identifier for end 2 of the relationship.- Returns:
- string
-
getLabel
Return the name of the relationship.- Returns:
- string
-
getDescription
Return the description of the relationship.- Returns:
- string
-
getContentPackDefinition
Get identifier of content pack where this definition should be located.- Returns:
- content pack definition
-
toString
JSON-style toString- Overrides:
toStringin classEnum<SolutionLinkingWire>- Returns:
- return string containing the property names and values
-