bi publisher scheduler API bursting
I have a Bi Publisher API that schedules a BI Publisher Report. It runs the report, emails the report to a user an saves it to a directory on the file system.
The API only allows for one of each of the delivery options. We need to be able to save the report to the file system in multiple formats i.e. pdf, xls etc. email the reports to different sets of users based on file output type and publish the report back to the catalog.
Can the Schedule API schedule the report and use the bursting options the developer added to the Datamodel to perform these functions. If so, do I need to do anything in the API to enable the bursting options in the datamodel other than setting "setScheduleBurstringOption" in the Schedule Request to 'true'.