Enum Class ContentPackDefinition
- All Implemented Interfaces:
Serializable,Comparable<ContentPackDefinition>,Constable
Identifies the content pack containing specific templates, integration connectors and governance services belong to.
-
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 TypeMethodDescriptionReturn the description of the contents of the archive.Name of the file name to use.Return the unique name of the archive.Return the display name of the archive.toString()JSON-style toStringstatic ContentPackDefinitionReturns the enum constant of this class with the specified name.static ContentPackDefinition[]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. -
NANNY_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
-
getArchiveGUID
Return the unique name of the archive.- Returns:
- guid
-
getArchiveName
Return the display name of the archive.- Returns:
- name
-
getArchiveDescription
Return the description of the contents of the archive.- Returns:
- text
-
getArchiveFileName
Name of the file name to use.- Returns:
- string
-
toString
JSON-style toString- Overrides:
toStringin classEnum<ContentPackDefinition>- Returns:
- return string containing the property names and values
-