Interface EnumWebMessageSortByField


  • public interface EnumWebMessageSortByField
    This Enumeration is used to specify the criterion for sorting WebMessages
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • WebMessageSortByReserved

        static final int WebMessageSortByReserved
        reserved
        See Also:
        Constant Field Values
      • WebMessageSortByCreationTime

        static final int WebMessageSortByCreationTime
        Specifying to sort by the message creation time. This is the default sorting field
        See Also:
        Constant Field Values
      • WebMessageSortByClientType

        static final int WebMessageSortByClientType
        Specifying to sort by client type. The possible values for client types are listed in EnumDSSXMLClientTypes
        See Also:
        Constant Field Values
      • WebMessageSortByModificationTime

        static final int WebMessageSortByModificationTime
        Specifying to sort by the message modification time.
        See Also:
        Constant Field Values
      • WebMessageSortByObjectCreator

        static final int WebMessageSortByObjectCreator
        Specifying to sort by the name of the user who creates this report or document
        See Also:
        Constant Field Values
      • WebMessageSortByProjectName

        static final int WebMessageSortByProjectName
        Specifying to sort by the project name
        See Also:
        Constant Field Values
      • WebMessageSortByRequestFinishTime

        static final int WebMessageSortByRequestFinishTime
        Specifying to sort by the request finish time
        See Also:
        Constant Field Values
      • WebMessageSortByRequestStartTime

        static final int WebMessageSortByRequestStartTime
        Specifying to sort by the request start time
        See Also:
        Constant Field Values
      • WebMessageSortByRequestStatus

        static final int WebMessageSortByRequestStatus
        Specifying to sort by the request status. The possible values for request status are listed in EnumDSSXMLStatus
        See Also:
        Constant Field Values
      • WebMessageSortByRequestType

        static final int WebMessageSortByRequestType
        Specifying to sort by the request type. The possible values for request types are listed in EnumDSSXMLRequestTypes
        See Also:
        Constant Field Values
      • WebMessageSortBySequenceNumber

        static final int WebMessageSortBySequenceNumber
        Specifying to sort by the message sequence number
        See Also:
        Constant Field Values
      • WebMessageSortByTitle

        static final int WebMessageSortByTitle
        Specifying to sort by the message title. Typically, it is the object name or a short description
        See Also:
        Constant Field Values
      • WebMessageSortByFolderName

        static final int WebMessageSortByFolderName
        Specifying to sort by the parent folder name of the report or document
        See Also:
        Constant Field Values
      • WebMessageSortByObjectDescription

        static final int WebMessageSortByObjectDescription
        Specifying to sort by the description of the report or document
        See Also:
        Constant Field Values