Syntax
parseRetrieveCommand =  OMBRETRIEVE "retrieveSnapshotCommand"
     retrieveSnapshotCommand =  ( SNAPSHOT "QUOTED_STRING" [ GET 
          "getPropertiesClause" ] )
     getPropertiesClause =  PROPERTIES "(" "propertyNameList" ")"
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
 
Parameters
parseRetrieveCommand
Root production of OMBRETRIEVE SNAPSHOT.
 
retrieveSnapshotCommand
To view contents of snapshot.
 
QUOTED_STRING
Name of snapshot whose contents are to be retrieved.
 
getPropertiesClause
Gets the property of snapshot which are DESCRIPTION, TYPE.
 
getPropertiesClause
Basic properties for SNAPSHOT: 
Name: TYPE
Type: STRING(200)
Valid Values: FULL,SIGNATURE
Default: FULL
This is the type of snapshot 
Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of the snapshot
 
PROPERTIES
Valid set of properties are DESCRIPTION and TYPE.
 
propertyNameList
Property names for SNAPSHOT that can be retrieved.