Enum Class SolutionBlueprint
- All Implemented Interfaces:
Serializable,Comparable<SolutionBlueprint>,Constable
Describes the solution blueprints in the core content packs.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSolution Blueprint supporting integration connectors connecting to Apache Atlas.Solution Blueprint supporting integration connectors connecting to Apache Kafka.Solution Blueprint supporting integration connectors extracting Open API specifications to Open APIs via swagger.Solution blueprint for a default setup.Solution Blueprint containing integration connectors for working with Egeria's infrastructure.Solution Blueprint containing integration connectors for working with files.Solution Blueprint supporting integration connectors extracting interesting information needed to observe the activity in the Open Metadata Ecosystem.Solution Blueprint containing integration connectors for working with open lineage events.Solution Blueprint supporting integration connectors connecting to PostgreSQL Servers.Solution Blueprint supporting integration connectors connecting to Unity Catalog (UC).Solution blueprint for a default setup. -
Method Summary
Modifier and TypeMethodDescriptionGet identifier of content pack where this definition should be located.Return the list of technology types integrated into this solution.Return the description of the solution blueprint.getGUID()Return the unique identifier for the solution blueprint.getName()Return the name of the solution blueprint.Return the unique name of the solution blueprint.Return the solution components included in the solution blueprint.toString()JSON-style toStringstatic SolutionBlueprintReturns the enum constant of this class with the specified name.static SolutionBlueprint[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
Solution blueprint for a default setup. -
WORKSPACES
Solution blueprint for a default setup. -
FILES
Solution Blueprint containing integration connectors for working with files. -
OPEN_LINEAGE
Solution Blueprint containing integration connectors for working with open lineage events. -
EGERIA
Solution Blueprint containing integration connectors for working with Egeria's infrastructure. -
APACHE_ATLAS
Solution Blueprint supporting integration connectors connecting to Apache Atlas. -
APACHE_KAFKA
Solution Blueprint supporting integration connectors connecting to Apache Kafka. -
APIS
Solution Blueprint supporting integration connectors extracting Open API specifications to Open APIs via swagger. -
NANNY
Solution Blueprint supporting integration connectors extracting interesting information needed to observe the activity in the Open Metadata Ecosystem. -
POSTGRES
Solution Blueprint supporting integration connectors connecting to PostgreSQL Servers. -
UNITY_CATALOG
Solution Blueprint supporting integration connectors connecting to Unity Catalog (UC).
-
-
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
-
getGUID
Return the unique identifier for the solution blueprint.- Returns:
- string
-
getQualifiedName
Return the unique name of the solution blueprint.- Returns:
- string
-
getName
Return the name of the solution blueprint.- Returns:
- string
-
getDescription
Return the description of the solution blueprint.- Returns:
- string
-
getSolutionComponentGUIDs
Return the solution components included in the solution blueprint.- Returns:
- list of guids or null
-
getDeployedImplementationTypeGUIDs
Return the list of technology types integrated into this solution.- Returns:
- list of GUIDs or null
-
getContentPackDefinition
Get identifier of content pack where this definition should be located.- Returns:
- content pack definition
-
toString
JSON-style toString- Overrides:
toStringin classEnum<SolutionBlueprint>- Returns:
- return string containing the property names and values
-