com.microstrategy.webapi.EnumDSSXMLGetElementsFlags |
Interface to specify the flags while getting elements.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlGetElementAllOtherElements | Specifies to get raw concrete attribute elements instead of user defined derived elements | |||||||||
int | DssXmlGetElementAncestorElements | Specifies to get the ancestor elements together, it is used for hierarchy attribute elements | |||||||||
int | DssXmlGetElementCustomSortElements | ||||||||||
int | DssXmlGetElementDerivedElement | Specifies to get the user defined derived elements | |||||||||
int | DssXmlGetElementLeafElements | Specifies to get raw concrete attribute elements instead of user defined derived elements | |||||||||
int | DssXmlGetElementTerseIds | Specifies to get terse format for element id | |||||||||
int | DssXmlGetElementUseOptWorkflow | Specifies to get the elements in optimization workflow, it is used for hierarchy attribute elements | |||||||||
int | DssXmlGetElementsDefault | Specifies the default flags. |
Specifies to get raw concrete attribute elements instead of user defined derived elements
Specifies to get the ancestor elements together, it is used for hierarchy attribute elements
Specifies to get the user defined derived elements
Specifies to get raw concrete attribute elements instead of user defined derived elements
Specifies to get terse format for element id
Specifies to get the elements in optimization workflow, it is used for hierarchy attribute elements
Specifies the default flags.