Syntax
retrieveConfigurationTemplateCommand = OMBRETRIEVE CONFIGURATION_TEMPLATE
"QUOTED_STRING" ( "getPropertiesClause" | "getReferenceIconSetClause"
| "getTemplateValuesClause" )
getPropertiesClause = GET PROPERTIES "(" "propertyNameList" ")"
getReferenceIconSetClause = GET ( REF | REFERENCE ) ICONSET
getTemplateValuesClause = GET TEMPLATE_VALUES "(" "propertyNameList" ")"
FOR "getType" ON PLATFORM "QUOTED_STRING"
propertyNameList = "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
getType = "UNQUOTED_STRING"
Parameters
retrieveConfigurationTemplateCommand
This command retrieves the details of a configuration template.
getPropertiesClause
Retrieve a set of properties that is associated with a configuration template.
getPropertiesClause
Basic properties for CONFIGURATION_TEMPLATE:
Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: NAME
Business name of a configuration template
Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of a configuration template
getReferenceIconSetClause
Retrieve the Icon Set associated with a configuration template.
getTemplateValuesClause
Retrieve the values of the overriden properties.
propertyNameList
Comma separated list of property names. Property names are unquoted.
getType
The class definition that contains the property.