Downloads the set of Oracle CQL rules associated with the specified Oracle CQL processor of an Oracle Stream Analytics application to an XML component configuration file.
The XML file is of the same format as described in UPLOAD.
Syntax
java wlevs.Admin 
    [ Connection Arguments ]
    [ User Credentials Arguments ]
    [ Common Arguments ] 
    DOWNLOAD -application application -processor processor 
    -file destinationfile [-overwrite overwrite]
Table A-13 DOWNLOAD Arguments
| Argument | Definition | 
|---|---|
| 
-application application
 | Specifies the name of the Oracle Stream Analytics application whose Oracle CQL rules you want to manage. To get the exact name of your application, you can: 
 | 
| 
-processor processor
 | Specifies the name of the particular processor, attached to the Oracle Stream Analytics application specified with the  See Query for Application and Processor Names for details on getting the exact name if you do not know it. | 
| 
-file destinationfile
 | Specifies the name of the component configuration XML file to which you want the  Be sure you specify the full pathname of the file. | 
| 
-overwrite overwrite
 | Specifies whether the  Valid values for this argument are  | 
Example
The following example shows how download the set of Oracle CQL rules currently attached to the Oracle CQL helloworldProcessor of the helloworld application to the file c:\processor\config\myrules.xml; the utility overwrites any existing file:
java wlevs.Admin 
     -url service:jmx:msarmi://localhost:9002/jndi/jmxconnector 
     -username wlevs -password wlevs 
     DOWNLOAD -application helloworld -processor helloworldProcessor 
     -file c:\processor\config\myrules.xml -overwrite true