Package com.microstrategy.webapi
Interface EnumDSSXMLGetElementsFlags
- 
public interface EnumDSSXMLGetElementsFlagsInterface to specify the flags while getting elements. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlGetElementAllOtherElementsSpecifies to get raw concrete attribute elements instead of user defined derived elementsstatic intDssXmlGetElementAncestorElementsSpecifies to get the ancestor elements together, it is used for hierarchy attribute elementsstatic intDssXmlGetElementCustomSortElementsstatic intDssXmlGetElementDerivedElementSpecifies to get the user defined derived elementsstatic intDssXmlGetElementLeafElementsSpecifies to get raw concrete attribute elements instead of user defined derived elementsstatic intDssXmlGetElementsDefaultSpecifies the default flags.static intDssXmlGetElementsFromSubsetReportViewTemplateSpecifies only get the elements from the report view template instead of the cube.static intDssXmlGetElementTerseIdsSpecifies to get terse format for element idstatic intDssXmlGetElementUseOptWorkflowSpecifies to get the elements in optimization workflow, it is used for hierarchy attribute elements 
 - 
 
- 
- 
Field Detail
- 
DssXmlGetElementsDefault
static final int DssXmlGetElementsDefault
Specifies the default flags.- See Also:
 - Constant Field Values
 
 
- 
DssXmlGetElementTerseIds
static final int DssXmlGetElementTerseIds
Specifies to get terse format for element id- See Also:
 - Constant Field Values
 
 
- 
DssXmlGetElementLeafElements
static final int DssXmlGetElementLeafElements
Specifies to get raw concrete attribute elements instead of user defined derived elements- See Also:
 - Constant Field Values
 
 
- 
DssXmlGetElementAllOtherElements
static final int DssXmlGetElementAllOtherElements
Specifies to get raw concrete attribute elements instead of user defined derived elements- See Also:
 - Constant Field Values
 
 
- 
DssXmlGetElementCustomSortElements
static final int DssXmlGetElementCustomSortElements
- See Also:
 - Constant Field Values
 
 
- 
DssXmlGetElementAncestorElements
static final int DssXmlGetElementAncestorElements
Specifies to get the ancestor elements together, it is used for hierarchy attribute elements- See Also:
 - Constant Field Values
 
 
- 
DssXmlGetElementUseOptWorkflow
static final int DssXmlGetElementUseOptWorkflow
Specifies to get the elements in optimization workflow, it is used for hierarchy attribute elements- See Also:
 - Constant Field Values
 
 
- 
DssXmlGetElementDerivedElement
static final int DssXmlGetElementDerivedElement
Specifies to get the user defined derived elements- See Also:
 - Constant Field Values
 
 
- 
DssXmlGetElementsFromSubsetReportViewTemplate
static final int DssXmlGetElementsFromSubsetReportViewTemplate
Specifies only get the elements from the report view template instead of the cube.- See Also:
 - Constant Field Values
 
 
 - 
 
 -