Interface EnumDSSXMLMessageTypes


  • public interface EnumDSSXMLMessageTypes
    This interface defines the enumeration constants used to specify the inbox message types.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlMessageTypeActive
      Specifies a type indicating that the inbox message is about an active report or document execution, or in the process of retrieving result.
      static int DssXmlMessageTypeGeneral
      Specifies a type indicating that the inbox message is about the DSS system, thus not associated with any report or document execution.
      static int DssXmlMessageTypePersistent
      Specifies a type indicating that the inbox message is about a completed but not necessarily succeeded report or document execution.
      static int DssXmlMessageTypeReserved
      Reserved for future use.
    • Field Detail

      • DssXmlMessageTypeReserved

        static final int DssXmlMessageTypeReserved
        Reserved for future use.
        See Also:
        Constant Field Values
      • DssXmlMessageTypeGeneral

        static final int DssXmlMessageTypeGeneral
        Specifies a type indicating that the inbox message is about the DSS system, thus not associated with any report or document execution.
        See Also:
        Constant Field Values
      • DssXmlMessageTypePersistent

        static final int DssXmlMessageTypePersistent
        Specifies a type indicating that the inbox message is about a completed but not necessarily succeeded report or document execution.
        See Also:
        Constant Field Values
      • DssXmlMessageTypeActive

        static final int DssXmlMessageTypeActive
        Specifies a type indicating that the inbox message is about an active report or document execution, or in the process of retrieving result.
        See Also:
        Constant Field Values