You can use the Java class HttpRptServer with the following methods to schedule report set results to the versioning system: runTask(), and submitScheduledTask().
There is a Hashtable argument for these two methods, which includes the parameters used for running tasks. Here are some parameters that you will need when specifying your Hashtable for scheduling to version:
| Parameters | Values | Description | Parameters | Values | Description |
|
APICONST.TAG_TO_VERSION |
true /false |
Whether or not to schedule to the versioning system. |
|||
|
APICONST.TAG_TO_VERSION_EXCEL |
true /false |
Whether or not to schedule to an Excel version. |
|||
|
APICONST.TAG_TO_VERSION_HTML |
true /false |
Whether or not to schedule to an HTML version. |
|||
|
APICONST.TAG_TO_VERSION_PDF |
true /false |
Whether or not to schedule to a PDF version. |
|||
|
APICONST.TAG_TO_VERSION_PS |
true /false |
Whether or not to schedule to a PostScript version. |
|||
|
APICONST.TAG_TO_VERSION_RSD |
true /false |
Whether or not to schedule to a DHTML result version. |
|||
|
APICONST.TAG_TO_VERSION_RST |
true /false |
Whether or not to schedule to an rst version. |
|||
|
APICONST.TAG_TO_VERSION_RTF |
true /false |
Whether or not to schedule to an rtf version. |
|||
|
APICONST.TAG_TO_VERSION_TXT |
true /false |
Whether or not to schedule to a TEXT version. |
|||
|
APICONST.TAG_TO_VERSION_XML |
true /false |
Whether or not to schedule to an XML version. |