Interface EnumDSSXMLFunctionsFlags


  • public interface EnumDSSXMLFunctionsFlags
    The enumeration for the flags used in the GetSystemFunctions call
    Since:
    MicroStrategy Web 9.0.0
    • Field Detail

      • DssXmlFunctionsDefault

        static final int DssXmlFunctionsDefault
        Default flag. All the functions would be returned.
        See Also:
        Constant Field Values
      • DssXmlFunctionsSkipDBOnly

        static final int DssXmlFunctionsSkipDBOnly
        When this flag is set, the functions with DBOnly property set to false will not be returned.
        See Also:
        Constant Field Values
      • DssXmlFunctionsSkipNonPrefix

        static final int DssXmlFunctionsSkipNonPrefix
        When this flag is set, the functions with prefix property set to false will not be returned.
        See Also:
        Constant Field Values
      • DssXmlFunctionsIncludeDefinitions

        static final int DssXmlFunctionsIncludeDefinitions
        When this flag is set, the functions definitions would also be retrieved in the GetSystemFunctions call.
        See Also:
        Constant Field Values