Syntax
parseRetrieveTemplateCommand = OMBRETRIEVE ACTIVITY_TEMPLATE
"QUOTED_STRING" ( "getParameterPropertiesClause" |
"getTemplatePropertiesClause" )
getParameterPropertiesClause = PARAMETER "QUOTED_STRING" GET PROPERTIES
"propertyKeyList"
getTemplatePropertiesClause = ( GET ( ( PROPERTIES "propertyKeyList" ) |
PARAMETERS | ( ( REFERENCE | REF ) [ "getReferenceIconSetClause" ] ) )
)
propertyKeyList = "(" "propertyKey" { "," "propertyKey" } ")"
getReferenceIconSetClause = ICONSET
propertyKey = "UNQUOTED_STRING"
Parameters
parseRetrieveTemplateCommand
This command retrieves the details of an activity template.
getParameterPropertiesClause
Get the values of the specified properties of the activity template.
getParameterPropertiesClause
Description of the Activity Template Core properties for Activity Parameter:
Name: DATATYPE
Type: STRING
Valid Values: INTEGER, FLOAT, DATE, STRING, BOOLEAN
Default: STRING
Sets the datatype of a Parameter
Name: DIRECTION
Type: STRING
Valid Values: IN
Default: IN
Sets the direction of a Parameter
Name: DEFAULT_VALUE
Type: STRING
Valid Values: Examples '123', '123.456', 'Jan-08-2003', 'I am String', 'true'
Default: Empty string
Sets the default value of a Parameter
getTemplatePropertiesClause
Get the values of the specified properties of the parameter.
getTemplatePropertiesClause
Basic properties for ACTIVITY_TEMPLATE:
Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Business name of the Activity Template
Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of the Activity Template
propertyKeyList
The list of property keys.
getReferenceIconSetClause
Retrieve the icon set referenced by this activity template.
propertyKey
A property key for an object.