Syntax
retrieveCatalogFolderCommand = OMBRETRIEVE CATALOG_FOLDER "QUOTED_STRING"
"retrieveCatalogFolderClause"
retrieveCatalogFolderClause = GET ( "getPropertiesClause" |
"getReferenceIconSetClause" | "getCFSCOClause" )
getPropertiesClause = PROPERTIES "(" "propertyNameList" ")"
getReferenceIconSetClause = ( REF | REFERENCE ) ICONSET
getCFSCOClause = LOGICAL_TABLES | DRILL_PATHS
propertyNameList = "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
Parameters
retrieveCatalogFolderCommand
To retrieve a catalog folder.
QUOTED_STRING
name of the catalog folder.
retrieveCatalogFolderClause
Retrieves the contents of the catalog folder.
getPropertiesClause
Retrieves the properties of the object.
getPropertiesClause
Basic properties for CATALOG_FOLDER:
Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Business name of the catalog folder
Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of the catalog folder
getReferenceIconSetClause
Get specified Icon Set.
getCFSCOClause
Retrieves the logical table/drill path shortcuts from the catalog folder.
propertyNameList
This is the list of property names.