Class TemplateType
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
TemplateType defines a template supported by this integration connector.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the unique identifier of the default template to use with this connector - this is optional.Return a map of property name to property value that the catalog template should have to be valid for this integration connector.booleanReturn whether this catalog template is required for this service to work successful.Return the description of the template, such as its content.Return the name of the template.Return the open metadata type name.voidsetDefaultTemplateGUID(String defaultTemplateGUID) Set up the unique identifier of the default template to use with this connector - this is optional.voidsetOtherPropertyValues(Map<String, String> otherPropertyValues) Set up a map of property name to property value that the catalog template should have to be valid for this integration connector.voidsetRequired(boolean required) Set up whether this catalog template is required for this service to work successful.voidsetTemplateDescription(String templateDescription) Set up the description of the template, such as its content.voidsetTemplateName(String templateName) Set up the name of the template.voidsetTypeName(String typeName) Set up open metadata type name.toString()JSON-style toString
-
Constructor Details
-
TemplateType
public TemplateType()Constructor
-
-
Method Details
-
getTemplateName
Return the name of the template.- Returns:
- name
-
setTemplateName
Set up the name of the template.- Parameters:
templateName- name
-
getTemplateDescription
Return the description of the template, such as its content.- Returns:
- description
-
setTemplateDescription
Set up the description of the template, such as its content.- Parameters:
templateDescription- description
-
getTypeName
Return the open metadata type name.- Returns:
- open metadata type name
-
setTypeName
Set up open metadata type name.- Parameters:
typeName- open metadata type name
-
getRequired
public boolean getRequired()Return whether this catalog template is required for this service to work successful.- Returns:
- boolean flag
-
setRequired
public void setRequired(boolean required) Set up whether this catalog template is required for this service to work successful.- Parameters:
required- boolean flag
-
getDefaultTemplateGUID
Return the unique identifier of the default template to use with this connector - this is optional.- Returns:
- string
-
setDefaultTemplateGUID
Set up the unique identifier of the default template to use with this connector - this is optional.- Parameters:
defaultTemplateGUID- string
-
getOtherPropertyValues
Return a map of property name to property value that the catalog template should have to be valid for this integration connector.- Returns:
- map of string to string
-
setOtherPropertyValues
Set up a map of property name to property value that the catalog template should have to be valid for this integration connector.- Parameters:
otherPropertyValues- map of string to string
-
toString
JSON-style toString
-