Package com.microstrategy.webapi
Interface EnumDSSXMLDocExecutionFlags
- 
public interface EnumDSSXMLDocExecutionFlagsThis interface defines the enumeration constants used to specify the execution flags used to execute documents against the document server.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlDocExecuteCheckSQLPromptstatic intDssXmlDocExecuteDefaultAutopromptSpecifies an execution flag which instructs the document server to answer prompts with default answers.static intDssXmlDocExecuteExcludeInDeltaXMLIndicates the execution will be ignored by I-Server in delta XML list.static intDssXmlDocExecutionCheckWebCacheSpecifies an execution flag which instructs the document server to check Web server cache first before running this document against the server.static intDssXmlDocExecutionExportAllSpecifies an execution flag which instructs the document server to export entire document * @since MicroStrategy Web 8.0.0static intDssXmlDocExecutionExportCSVSpecifies an execution flag which instructs the document server to generate data for exporting document to CSV * @since MicroStrategy Web 7.5.1static intDssXmlDocExecutionExportCurrentSpecifies an execution flag which instructs the document server to export only current document page * @since MicroStrategy Web 8.0.0static intDssXmlDocExecutionExportExcelSpecifies an execution flag which instructs the document server to generate data for exporting document to Excel * @since MicroStrategy Web 7.5.1static intDssXmlDocExecutionExportFlashSpecifies an execution flag which instructs the document server to export the entire document to flashstatic intDssXmlDocExecutionExportMSTRSpecifies an execution flag which instructs the document server to generate mstr file.static intDssXmlDocExecutionExportPDFSpecifies an execution flag which instructs the document server to generate data for exporting document to PDF * @since MicroStrategy Web 7.5.0static intDssXmlDocExecutionFlashSpecifies the execution as a flash documentstatic intDssXmlDocExecutionFreshSpecifies an execution flag which instructs the document server not to use the cached information, even if available.static intDssXmlDocExecutionHTMLSpecifies an execution flag which instructs the document server to generate HTML.static intDssXmlDocExecutionInboxKeepAsIsSpecifies an execution flag which instructs the inbox to keep the result "as is" in the user inbox.static intDssXmlDocExecutionNoUpdateDatasetCachestatic intDssXmlDocExecutionOnBackgroundSpecifies the execution as a background job.static intDssXmlDocExecutionRepromptSpecifies an execution flag which instructs the document server to reprompt.static intDssXmlDocExecutionResolveSpecifies an execution flag which instructs the document server to resolve the prompts in this document.static intDssXmlDocExecutionSaveToInboxSpecifies an execution flag which instructs the inbox to save this document result to the user inbox and have the inbox keep the latest result.static intDssXmlDocExecutionUpdateRWDCachestatic intDssXmlDocExecutionUseRWDCachestatic intDssXmlDocExecutionUseWebCacheOnlySpecifies an execution flag which instructs the document server to use web server cache only or return error if the cache is not found.static intDssXmlDocExecutionXMLSpecifies an execution flag which instructs the document server to generate XML.static intDssXmlDocumentExecuteStaticExecution flag to mark the execution as static. 
 - 
 
- 
- 
Field Detail
- 
DssXmlDocExecutionFresh
static final int DssXmlDocExecutionFresh
Specifies an execution flag which instructs the document server not to use the cached information, even if available.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionHTML
static final int DssXmlDocExecutionHTML
Specifies an execution flag which instructs the document server to generate HTML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionXML
static final int DssXmlDocExecutionXML
Specifies an execution flag which instructs the document server to generate XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionExportMSTR
static final int DssXmlDocExecutionExportMSTR
Specifies an execution flag which instructs the document server to generate mstr file.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionResolve
static final int DssXmlDocExecutionResolve
Specifies an execution flag which instructs the document server to resolve the prompts in this document.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionInboxKeepAsIs
static final int DssXmlDocExecutionInboxKeepAsIs
Specifies an execution flag which instructs the inbox to keep the result "as is" in the user inbox.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionSaveToInbox
static final 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.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecuteDefaultAutoprompt
static final int DssXmlDocExecuteDefaultAutoprompt
Specifies an execution flag which instructs the document server to answer prompts with default answers.- Since:
 - MicroStrategy Web 7.5.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionCheckWebCache
static final int DssXmlDocExecutionCheckWebCache
Specifies an execution flag which instructs the document server to check Web server cache first before running this document against the server.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionUseWebCacheOnly
static final 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.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionExportPDF
static final 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- Since:
 - MicroStrategy Web 7.5.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionExportExcel
static final 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- Since:
 - MicroStrategy Web 7.5.1
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionExportCurrent
static final int DssXmlDocExecutionExportCurrent
Specifies an execution flag which instructs the document server to export only current document page * @since MicroStrategy Web 8.0.0- Since:
 - MicroStrategy Web 8.0.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionExportAll
static final int DssXmlDocExecutionExportAll
Specifies an execution flag which instructs the document server to export entire document * @since MicroStrategy Web 8.0.0- Since:
 - MicroStrategy Web 8.0.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionExportCSV
static final 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- Since:
 - MicroStrategy Web 7.5.1
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocumentExecuteStatic
static final int DssXmlDocumentExecuteStatic
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.- Since:
 - MicroStrategy Web 8.0.1
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionUseRWDCache
static final int DssXmlDocExecutionUseRWDCache
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionUpdateRWDCache
static final int DssXmlDocExecutionUpdateRWDCache
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionNoUpdateDatasetCache
static final int DssXmlDocExecutionNoUpdateDatasetCache
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionReprompt
static final int DssXmlDocExecutionReprompt
Specifies an execution flag which instructs the document server to reprompt.- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionExportFlash
static final int DssXmlDocExecutionExportFlash
Specifies an execution flag which instructs the document server to export the entire document to flash- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionFlash
static final int DssXmlDocExecutionFlash
Specifies the execution as a flash document- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecutionOnBackground
static final int DssXmlDocExecutionOnBackground
Specifies the execution as a background job.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecuteCheckSQLPrompt
static final int DssXmlDocExecuteCheckSQLPrompt
- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocExecuteExcludeInDeltaXML
static final int DssXmlDocExecuteExcludeInDeltaXML
Indicates the execution will be ignored by I-Server in delta XML list.- See Also:
 - Constant Field Values
 
 
 - 
 
 -