public interface

EnumDSSXMLGetElementsFlags

com.microstrategy.webapi.EnumDSSXMLGetElementsFlags

Class Overview

Interface to specify the flags while getting elements.

Summary

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.

Constants

public static final int DssXmlGetElementAllOtherElements

Specifies to get raw concrete attribute elements instead of user defined derived elements

Constant Value: 4 (0x00000004)

public static final int DssXmlGetElementAncestorElements

Specifies to get the ancestor elements together, it is used for hierarchy attribute elements

Constant Value: 16 (0x00000010)

public static final int DssXmlGetElementCustomSortElements

Constant Value: 8 (0x00000008)

public static final int DssXmlGetElementDerivedElement

Specifies to get the user defined derived elements

Constant Value: 64 (0x00000040)

public static final int DssXmlGetElementLeafElements

Specifies to get raw concrete attribute elements instead of user defined derived elements

Constant Value: 2 (0x00000002)

public static final int DssXmlGetElementTerseIds

Specifies to get terse format for element id

Constant Value: 1 (0x00000001)

public static final int DssXmlGetElementUseOptWorkflow

Specifies to get the elements in optimization workflow, it is used for hierarchy attribute elements

Constant Value: 32 (0x00000020)

public static final int DssXmlGetElementsDefault

Specifies the default flags.

Constant Value: 0 (0x00000000)