com.microstrategy.webapi.EnumDSSXMLDocExecutionFlags |
This interface defines the enumeration constants used to specify the execution flags used to execute documents against the document server.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlDocExecuteCheckSQLPrompt | ||||||||||
int | DssXmlDocExecuteDefaultAutoprompt | Specifies an execution flag which instructs the document server to answer prompts with default answers. | |||||||||
int | DssXmlDocExecutionCheckWebCache | Specifies an execution flag which instructs the document server to check Web server cache first before running this document against the server. | |||||||||
int | DssXmlDocExecutionExportAll | Specifies an execution flag which instructs the document server to export entire document * @since MicroStrategy Web 8.0.0 | |||||||||
int | DssXmlDocExecutionExportCSV | Specifies an execution flag which instructs the document server to generate data for exporting document to CSV * @since MicroStrategy Web 7.5.1 | |||||||||
int | DssXmlDocExecutionExportCurrent | Specifies an execution flag which instructs the document server to export only current document page * @since MicroStrategy Web 8.0.0 | |||||||||
int | DssXmlDocExecutionExportExcel | Specifies an execution flag which instructs the document server to generate data for exporting document to Excel * @since MicroStrategy Web 7.5.1 | |||||||||
int | DssXmlDocExecutionExportFlash | Specifies an execution flag which instructs the document server to export the entire document to flash | |||||||||
int | DssXmlDocExecutionExportMSTR | Specifies an execution flag which instructs the document server to generate mstr file. | |||||||||
int | DssXmlDocExecutionExportPDF | Specifies an execution flag which instructs the document server to generate data for exporting document to PDF * @since MicroStrategy Web 7.5.0 | |||||||||
int | DssXmlDocExecutionFlash | Specifies the execution as a flash document | |||||||||
int | DssXmlDocExecutionFresh | Specifies an execution flag which instructs the document server not to use the cached information, even if available. | |||||||||
int | DssXmlDocExecutionHTML | Specifies an execution flag which instructs the document server to generate HTML. | |||||||||
int | DssXmlDocExecutionInboxKeepAsIs | Specifies an execution flag which instructs the inbox to keep the result "as is" in the user inbox. | |||||||||
int | DssXmlDocExecutionNoUpdateDatasetCache | ||||||||||
int | DssXmlDocExecutionOnBackground | Specifies the execution as a background job. | |||||||||
int | DssXmlDocExecutionReprompt | Specifies an execution flag which instructs the document server to reprompt. | |||||||||
int | DssXmlDocExecutionResolve | Specifies an execution flag which instructs the document server to resolve the prompts in this document. | |||||||||
int | DssXmlDocExecutionSaveToInbox | Specifies an execution flag which instructs the inbox to save this document result to the user inbox and have the inbox keep the latest result. | |||||||||
int | DssXmlDocExecutionUpdateRWDCache | ||||||||||
int | DssXmlDocExecutionUseRWDCache | ||||||||||
int | DssXmlDocExecutionUseWebCacheOnly | Specifies an execution flag which instructs the document server to use web server cache only or return error if the cache is not found. | |||||||||
int | DssXmlDocExecutionXML | Specifies an execution flag which instructs the document server to generate XML. | |||||||||
int | DssXmlDocumentExecuteStatic | Execution flag to mark the execution as static. |
Specifies an execution flag which instructs the document server to answer prompts with default answers.
Specifies an execution flag which instructs the document server to check Web server cache first before running this document against the server.
Specifies an execution flag which instructs the document server to export entire document * @since MicroStrategy Web 8.0.0
Specifies an execution flag which instructs the document server to generate data for exporting document to CSV * @since MicroStrategy Web 7.5.1
Specifies an execution flag which instructs the document server to export only current document page * @since MicroStrategy Web 8.0.0
Specifies an execution flag which instructs the document server to generate data for exporting document to Excel * @since MicroStrategy Web 7.5.1
Specifies an execution flag which instructs the document server to export the entire document to flash
Specifies an execution flag which instructs the document server to generate mstr file.
Specifies an execution flag which instructs the document server to generate data for exporting document to PDF * @since MicroStrategy Web 7.5.0
Specifies the execution as a flash document
Specifies an execution flag which instructs the document server not to use the cached information, even if available.
Specifies an execution flag which instructs the document server to generate HTML.
Specifies an execution flag which instructs the inbox to keep the result "as is" in the user inbox.
Specifies the execution as a background job.
Specifies an execution flag which instructs the document server to reprompt.
Specifies an execution flag which instructs the document server to resolve the prompts in this document.
Specifies an execution flag which instructs the inbox to save this document result to the user inbox and have the inbox keep the latest result.
Specifies an execution flag which instructs the document server to use web server cache only or return error if the cache is not found.
Specifies an execution flag which instructs the document server to generate XML.
Execution flag to mark the execution as static. This flag when used with export flags would ensure that server does not generate document instance. it would just keep the exported result. The flag is intended for static scheduling.