Enum Class SolutionBlueprint
- All Implemented Interfaces:
Serializable,Comparable<SolutionBlueprint>,Constable
The solution blueprints that describe the contents of 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 ConstantDescriptionReference data, templates, connectors, and governance services for working with Apache Atlas.Reference data, templates, connectors, and governance services for working with an Apache Kafka Server.Reference data, templates, connectors, and governance services for working with REST APIs via the swagger interface.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.Cataloguing and monitoring the Egeria infrastructure.Surveying and cataloguing files in the file system.Connectors and governance services used to enable observability functions on Egeria's infrastructure.Capture open lineage events and harvest assets and relationships from them.Monitoring, analysis, and capture of insight into organization activity and effectiveness.Reference data, templates, connectors, and governance services for working with a PostgreSQL Server.Open metadata collections packaged into dynamic digital products.Reference data, templates, connectors, and governance services for working with Unity Catalog. -
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.Return the solution components included in the solution blueprint.Return the name of the solution blueprint.Return the unique identifier for the solution blueprint.Return the identifier of the solution blueprint.Return the unique name of 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
-
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
Cataloguing and monitoring the Egeria infrastructure. -
FILES_CONTENT_PACK
Surveying and cataloguing files in the file system. -
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
Reference data, templates, connectors, and governance services for working with Unity Catalog. -
APACHE_ATLAS_CONTENT_PACK
Reference data, templates, connectors, and governance services for working with Apache Atlas. -
POSTGRES_CONTENT_PACK
Reference data, templates, connectors, and governance services for working with a PostgreSQL Server. -
APACHE_KAFKA_CONTENT_PACK
Reference data, templates, connectors, and governance services for working with an Apache Kafka Server. -
OBSERVABILITY_CONTENT_PACK
Connectors and governance services used to enable observability functions on Egeria's infrastructure. -
APIS_CONTENT_PACK
Reference data, templates, connectors, and governance services for working with REST APIs via the swagger interface. -
PRODUCTS_CONTENT_PACK
Open metadata collections packaged into dynamic digital products. -
ORGANIZATION_INSIGHT_CONTENT_PACK
Monitoring, analysis, and capture of insight into organization activity and effectiveness.
-
-
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
-
getSolutionBlueprintGUID
Return the unique identifier for the solution blueprint.- Returns:
- string
-
getSolutionBlueprintQualifiedName
Return the unique name of the solution blueprint.- Returns:
- string
-
getSolutionBlueprintDisplayName
Return the name of the solution blueprint.- Returns:
- string
-
getSolutionBlueprintIdentifier
Return the identifier of the solution blueprint.- Returns:
- string
-
getDescription
Return the description of the solution blueprint.- Returns:
- string
-
getExtraSolutionComponentGUIDs
Return the solution components included in the solution blueprint. membershipRationale="related component"- Returns:
- list of guids or null
-
getDeployedImplementationTypes
Return the list of technology types integrated into this solution. membershipRationale="interacting with"- Returns:
- list of definitions 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
-