com.microstrategy.web.objects.EnumWebMessageSortByField |
This Enumeration is used to specify the criterion for sorting WebMessages
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WebMessageSortByClientType | Specifying to sort by client type. | |||||||||
int | WebMessageSortByCreationTime | Specifying to sort by the message creation time. | |||||||||
int | WebMessageSortByFolderName | Specifying to sort by the parent folder name of the report or document | |||||||||
int | WebMessageSortByModificationTime | Specifying to sort by the message modification time. | |||||||||
int | WebMessageSortByObjectCreator | Specifying to sort by the name of the user who creates this report or document | |||||||||
int | WebMessageSortByObjectDescription | Specifying to sort by the description of the report or document | |||||||||
int | WebMessageSortByProjectName | Specifying to sort by the project name | |||||||||
int | WebMessageSortByRequestFinishTime | Specifying to sort by the request finish time | |||||||||
int | WebMessageSortByRequestStartTime | Specifying to sort by the request start time | |||||||||
int | WebMessageSortByRequestStatus | Specifying to sort by the request status. | |||||||||
int | WebMessageSortByRequestType | Specifying to sort by the request type. | |||||||||
int | WebMessageSortByReserved | reserved | |||||||||
int | WebMessageSortBySequenceNumber | Specifying to sort by the message sequence number | |||||||||
int | WebMessageSortByStatus | Specifying to sort by the message status. | |||||||||
int | WebMessageSortByTitle | Specifying to sort by the message title. | |||||||||
int | WebMessageSortByType | Specifying to sort by the message type. |
Specifying to sort by client type. The possible values for client types are listed in EnumDSSXMLClientTypes
Specifying to sort by the message creation time. This is the default sorting field
Specifying to sort by the parent folder name of the report or document
Specifying to sort by the message modification time.
Specifying to sort by the name of the user who creates this report or document
Specifying to sort by the description of the report or document
Specifying to sort by the project name
Specifying to sort by the request finish time
Specifying to sort by the request start time
Specifying to sort by the request status. The possible values for request status are listed in EnumDSSXMLStatus
Specifying to sort by the request type. The possible values for request types are listed in EnumDSSXMLRequestTypes
reserved
Specifying to sort by the message sequence number
Specifying to sort by the message status. The possible values for message stats are listed in EnumDSSXMLMessageStatus
Specifying to sort by the message title. Typically, it is the object name or a short description
Specifying to sort by the message type. The possible values for message type are listed in EnumDSSXMLMessageTypes