Package com.microstrategy.webapi
Interface EnumDSSXMLStatus
- 
 public interface EnumDSSXMLStatusThis interface defines the enumeration constants used to specify the report or document execution status.- Since:
- MicroStrategy Web 7.3.1 or earlier
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDssXmlInExportEngineSpecifies that the job is currently processed by exporting engine.static intDssXmlLoadingPromptSpecifies that the job is currently loading a prompt.static intDssXmlStatusConstructResultSpecifies an execution status that the report or document is constructing the result.static intDssXmlStatusErrMsgXMLSpecifies an execution status that the report or document execution has an error message returned.static intDssXmlStatusHTMLResultSpecifies an execution status that HTML cache is hit and HTML result is returned.static intDssXmlStatusInAnalyticalEngineSpecifies an execution status that the report or document is being cross-tabbed.static intDssXmlStatusInQueryEngineSpecifies an execution status that the SQL generated is being executed.static intDssXmlStatusInResolutionSpecifies an execution status that the report or document is being resolved (meaning looking for prompts).static intDssXmlStatusInSQLEngineSpecifies an execution status that SQL has been generated for the report or document.static intDssXmlStatusJobRunningSpecifies an execution status that the job is running.static intDssXmlStatusMsgIDSpecifies an execution status that the job is running and should come back to get the result.static intDssXmlStatusNeedToGetResultsSpecifies that Web should get results to update.static intDssXmlStatusPreparingOutputSpecifies an execution status that the report or document is preparing output.static intDssXmlStatusPromptXMLSpecifies a report execution status that the report or document contains prompts and the prompt question XML is returned.static intDssXmlStatusResultSpecifies an execution status that the report or document result is returned.static intDssXmlStatusRunningOnOtherNodeSpecifies that the job is running on another node.static intDssXmlStatusUpdatingCacheSpecifies an execution status that the report or document is updating cache.static intDssXmlStatusUserRequestAsyncExportSpecifies no cache is hit when Web request async export at phase 1.static intDssXmlStatusWaitingSpecifies an execution status that the report or document is waiting in a queue for a processing unit.static intDssXmlStatusWaitingForCacheSpecifies an execution status that the report or document is waiting for cache.static intDssXmlStatusWaitingForChildrenSpecifies an execution status that the report or document is waiting for child jobs to finish.static intDssXmlStatusWaitingForProjectSpecifies an execution status that the report or document is waiting for project to be in an execution state, such as open or not idle.static intDssXmlStatusWaitingOnGovernorSpecifies an execution status that the report or document is waiting for a governing setting to fall below the maximum.static intDssXmlStatusXMLResultSpecifies that an XML result is ready
 
- 
- 
- 
Field Detail- 
DssXmlStatusMsgIDstatic final int DssXmlStatusMsgID Specifies an execution status that the job is running and should come back to get the result.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusResultstatic final int DssXmlStatusResult Specifies an execution status that the report or document result is returned.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusPromptXMLstatic final int DssXmlStatusPromptXML Specifies a report execution status that the report or document contains prompts and the prompt question XML is returned.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusErrMsgXMLstatic final int DssXmlStatusErrMsgXML Specifies an execution status that the report or document execution has an error message returned.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusJobRunningstatic final int DssXmlStatusJobRunning Specifies an execution status that the job is running.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusInSQLEnginestatic final int DssXmlStatusInSQLEngine Specifies an execution status that SQL has been generated for the report or document.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusInQueryEnginestatic final int DssXmlStatusInQueryEngine Specifies an execution status that the SQL generated is being executed.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusInAnalyticalEnginestatic final int DssXmlStatusInAnalyticalEngine Specifies an execution status that the report or document is being cross-tabbed.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusInResolutionstatic final int DssXmlStatusInResolution Specifies an execution status that the report or document is being resolved (meaning looking for prompts).- See Also:
- Constant Field Values
 
 - 
DssXmlStatusWaitingForCachestatic final int DssXmlStatusWaitingForCache Specifies an execution status that the report or document is waiting for cache.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusUpdatingCachestatic final int DssXmlStatusUpdatingCache Specifies an execution status that the report or document is updating cache.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusWaitingstatic final int DssXmlStatusWaiting Specifies an execution status that the report or document is waiting in a queue for a processing unit.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusWaitingOnGovernorstatic final int DssXmlStatusWaitingOnGovernor Specifies an execution status that the report or document is waiting for a governing setting to fall below the maximum.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusWaitingForProjectstatic final int DssXmlStatusWaitingForProject Specifies an execution status that the report or document is waiting for project to be in an execution state, such as open or not idle.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusWaitingForChildrenstatic final int DssXmlStatusWaitingForChildren Specifies an execution status that the report or document is waiting for child jobs to finish.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusPreparingOutputstatic final int DssXmlStatusPreparingOutput Specifies an execution status that the report or document is preparing output.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusConstructResultstatic final int DssXmlStatusConstructResult Specifies an execution status that the report or document is constructing the result.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusHTMLResultstatic final int DssXmlStatusHTMLResult Specifies an execution status that HTML cache is hit and HTML result is returned.- See Also:
- Constant Field Values
 
 - 
DssXmlStatusXMLResultstatic final int DssXmlStatusXMLResult Specifies that an XML result is ready- See Also:
- Constant Field Values
 
 - 
DssXmlStatusRunningOnOtherNodestatic final int DssXmlStatusRunningOnOtherNode Specifies that the job is running on another node.- See Also:
- Constant Field Values
 
 - 
DssXmlLoadingPromptstatic final int DssXmlLoadingPrompt Specifies that the job is currently loading a prompt.- See Also:
- Constant Field Values
 
 - 
DssXmlInExportEnginestatic final int DssXmlInExportEngine Specifies that the job is currently processed by exporting engine.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
 
 - 
DssXmlStatusNeedToGetResultsstatic final int DssXmlStatusNeedToGetResults Specifies that Web should get results to update.- Since:
- MicroStrategy Web 10.0.0
- See Also:
- Constant Field Values
 
 - 
DssXmlStatusUserRequestAsyncExportstatic final int DssXmlStatusUserRequestAsyncExport Specifies no cache is hit when Web request async export at phase 1. Web should get a new instance for async export and use this new instance to request async export phase 2 to get final exported data.- See Also:
- Constant Field Values
 
 
- 
 
-