Package com.microstrategy.webapi
Interface EnumDSSXMLResult3Flags
-
public interface EnumDSSXMLResult3Flags
This enumeration contains a third set of result flags, used as part of the extendable_parameter argument toIDSSXMLReportServer.GetExecutionResultsEx(String, String, int, String, int, String, IntWrapper)
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlResult3DataWithExpandedRow
A flag indicating that backend needs to return a page containing the last expanded/collapsed row.static int
DssXmlResult3EmmaCubeTableStatus
It seems I-Server uses same value for different enum so keep consistent with I-Serverstatic int
DssXmlResult3LogMessages
Used to retrieve log message in result XMLstatic int
DssXmlResult3NoThresholdsXML
Used to retrieve a report's threshold details in result XMLstatic int
DssXmlResult3ObjectComments
Used to retrieve object's long descriptions in result XMLstatic int
DssXmlResult3OptimizedElementTree
Used to retrieve optimized pageBy element tree in result XMLstatic int
DssXmlResult3PageByAxisOnly
Used to retrieve the pageBy axis only in result XMLstatic int
DssXmlResult3ReportHeaderFooter
Used to retrieve a report's header and footer in result XMLstatic int
DssXmlResult3SkipRWTemplateNodeVF
Used to skip the view filter of the template in a RW template node in the result XMLstatic int
DssXmlResult3SupportAsync
Used to indicate I-Server to support async exportstatic int
DssXmlResult3TerseElementIDs
Whether to use the terse element ID representation
-
-
-
Field Detail
-
DssXmlResult3TerseElementIDs
static final int DssXmlResult3TerseElementIDs
Whether to use the terse element ID representation- See Also:
- Constant Field Values
-
DssXmlResult3ObjectComments
static final int DssXmlResult3ObjectComments
Used to retrieve object's long descriptions in result XML- See Also:
- Constant Field Values
-
DssXmlResult3ReportHeaderFooter
static final int DssXmlResult3ReportHeaderFooter
Used to retrieve a report's header and footer in result XML- See Also:
- Constant Field Values
-
DssXmlResult3NoThresholdsXML
static final int DssXmlResult3NoThresholdsXML
Used to retrieve a report's threshold details in result XML- See Also:
- Constant Field Values
-
DssXmlResult3OptimizedElementTree
static final int DssXmlResult3OptimizedElementTree
Used to retrieve optimized pageBy element tree in result XML- See Also:
- Constant Field Values
-
DssXmlResult3PageByAxisOnly
static final int DssXmlResult3PageByAxisOnly
Used to retrieve the pageBy axis only in result XML- See Also:
- Constant Field Values
-
DssXmlResult3DataWithExpandedRow
static final int DssXmlResult3DataWithExpandedRow
A flag indicating that backend needs to return a page containing the last expanded/collapsed row.- See Also:
- Constant Field Values
-
DssXmlResult3EmmaCubeTableStatus
static final int DssXmlResult3EmmaCubeTableStatus
It seems I-Server uses same value for different enum so keep consistent with I-Server- See Also:
- Constant Field Values
-
DssXmlResult3SkipRWTemplateNodeVF
static final int DssXmlResult3SkipRWTemplateNodeVF
Used to skip the view filter of the template in a RW template node in the result XML- See Also:
- Constant Field Values
-
DssXmlResult3LogMessages
static final int DssXmlResult3LogMessages
Used to retrieve log message in result XML- See Also:
- Constant Field Values
-
DssXmlResult3SupportAsync
static final int DssXmlResult3SupportAsync
Used to indicate I-Server to support async export- See Also:
- Constant Field Values
-
-