Interface EnumDSSXMLGetElementsFlags


  • public interface EnumDSSXMLGetElementsFlags
    Interface to specify the flags while getting 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