Enum Class DataAssetTemplateDefinition
java.lang.Object
java.lang.Enum<DataAssetTemplateDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.DataAssetTemplateDefinition
- All Implemented Interfaces:
Serializable
,Comparable<DataAssetTemplateDefinition>
,Constable
,TemplateDefinition
public enum DataAssetTemplateDefinition
extends Enum<DataAssetTemplateDefinition>
implements TemplateDefinition
A description of the templates for technology specific data assets.
The template consists of a SoftwareServer asset linked to a software capability, plus a connection, linked
to the supplied connector type and an endpoint,
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturn the name for the associated capability.Return the name of the asset.Return the configuration properties for the connection.Return the connector type GUID for the connection.Get identifier of content pack where this template should be located.Return the supported deployed implementation for this template.Return the value to use in the element that describes its version.Return the type of encoding.Return the optional encoding language used by the asset.Return the properties defined for the asset subtype.Return the endpoint address.Return the list of placeholders supported by this template.Return the name of the server where this asset resides.Return the list of attributes that should be supplied by the caller using this template.Return the name of the secrets collection to use to locate this asset's secrets.Return the optional secrets store connector provider for the server.Return the location of the secrets store.Return the purpose of the secrets store.Return the description to go in the template classification.Return the unique identifier of the template.Return the name to go in the template classification.Return the version identifier for the template classification.toString()
JSON-style toStringstatic DataAssetTemplateDefinition
Returns the enum constant of this class with the specified name.static DataAssetTemplateDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POSTGRES_DATABASE_TEMPLATE
-
POSTGRES_SCHEMA_TEMPLATE
-
KAFKA_TOPIC_TEMPLATE
-
FILE_FOLDER_TEMPLATE
-
DATA_FOLDER_TEMPLATE
-
FILE_TEMPLATE
-
DATA_FILE_TEMPLATE
-
CSV_FILE_TEMPLATE
-
AVRO_FILE_TEMPLATE
-
JSON_FILE_TEMPLATE
-
PARQUET_FILE_TEMPLATE
-
SPREADSHEET_FILE_TEMPLATE
-
XML_FILE_TEMPLATE
-
DOCUMENT_TEMPLATE
-
AUDIO_DATA_FILE_TEMPLATE
-
VIDEO_DATA_FILE_TEMPLATE
-
THREE_D_IMAGE_DATA_FILE_TEMPLATE
-
RASTER_DATA_FILE_TEMPLATE
-
VECTOR_DATA_FILE_TEMPLATE
-
ARCHIVE_FILE_TEMPLATE
-
KEYSTORE_FILE_TEMPLATE
-
PROGRAM_FILE_TEMPLATE
-
SOURCE_CODE_FILE_TEMPLATE
-
BUILD_FILE_TEMPLATE
-
EXECUTABLE_FILE_TEMPLATE
-
SCRIPT_FILE_TEMPLATE
-
PROPERTIES_FILE_TEMPLATE
-
YAML_FILE_TEMPLATE
-
-
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
-
getTemplateGUID
Return the unique identifier of the template.- Specified by:
getTemplateGUID
in interfaceTemplateDefinition
- Returns:
- name
-
getTemplateName
Return the name to go in the template classification.- Specified by:
getTemplateName
in interfaceTemplateDefinition
- Returns:
- string
-
getTemplateDescription
Return the description to go in the template classification.- Specified by:
getTemplateDescription
in interfaceTemplateDefinition
- Returns:
- string
-
getTemplateVersionIdentifier
Return the version identifier for the template classification.- Specified by:
getTemplateVersionIdentifier
in interfaceTemplateDefinition
- Returns:
- string
-
getDeployedImplementationType
Return the supported deployed implementation for this template.- Specified by:
getDeployedImplementationType
in interfaceTemplateDefinition
- Returns:
- enum
-
getElementVersionIdentifier
Return the value to use in the element that describes its version.- Specified by:
getElementVersionIdentifier
in interfaceTemplateDefinition
- Returns:
- version identifier placeholder
-
getAssetName
Return the name of the asset.- Returns:
- enum
-
getAssetDescription
Return the name for the associated capability.- Returns:
- string
-
getQualifiedName
Return the name of the server where this asset resides.- Returns:
- string
-
getExtendedProperties
Return the properties defined for the asset subtype.- Returns:
- map
-
getEncoding
Return the type of encoding. If null no encoding classification is added to the asset.- Returns:
- string
-
getEncodingLanguage
Return the optional encoding language used by the asset.- Returns:
- string
-
getConnectorTypeGUID
Return the connector type GUID for the connection.- Returns:
- string
-
getNetworkAddress
Return the endpoint address.- Returns:
- string
-
getConfigurationProperties
Return the configuration properties for the connection.- Returns:
- map
-
getSecretsCollectionName
Return the name of the secrets collection to use to locate this asset's secrets.- Returns:
- name
-
getSecretsStorePurpose
Return the purpose of the secrets store.- Returns:
- name
-
getSecretsStoreConnectorTypeGUID
Return the optional secrets store connector provider for the server.- Returns:
- connector provider
-
getSecretsStoreFileName
Return the location of the secrets store.- Returns:
- path name of file
-
getPlaceholders
Return the list of placeholders supported by this template.- Specified by:
getPlaceholders
in interfaceTemplateDefinition
- Returns:
- list of placeholder types
-
getReplacementAttributes
Return the list of attributes that should be supplied by the caller using this template.- Specified by:
getReplacementAttributes
in interfaceTemplateDefinition
- Returns:
- list of replacement attributes
-
getContentPackDefinition
Get identifier of content pack where this template should be located.- Returns:
- content pack definition
-
toString
JSON-style toString- Overrides:
toString
in classEnum<DataAssetTemplateDefinition>
- Returns:
- return string containing the property names and values
-