Package com.microstrategy.web.objects
Interface EnumWebMessageSortByField
- 
public interface EnumWebMessageSortByFieldThis Enumeration is used to specify the criterion for sortingWebMessages- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intWebMessageSortByClientTypeSpecifying to sort by client type.static intWebMessageSortByCreationTimeSpecifying to sort by the message creation time.static intWebMessageSortByFolderNameSpecifying to sort by the parent folder name of the report or documentstatic intWebMessageSortByModificationTimeSpecifying to sort by the message modification time.static intWebMessageSortByObjectCreatorSpecifying to sort by the name of the user who creates this report or documentstatic intWebMessageSortByObjectDescriptionSpecifying to sort by the description of the report or documentstatic intWebMessageSortByProjectNameSpecifying to sort by the project namestatic intWebMessageSortByRequestFinishTimeSpecifying to sort by the request finish timestatic intWebMessageSortByRequestStartTimeSpecifying to sort by the request start timestatic intWebMessageSortByRequestStatusSpecifying to sort by the request status.static intWebMessageSortByRequestTypeSpecifying to sort by the request type.static intWebMessageSortByReservedreservedstatic intWebMessageSortBySequenceNumberSpecifying to sort by the message sequence numberstatic intWebMessageSortByStatusSpecifying to sort by the message status.static intWebMessageSortByTitleSpecifying to sort by the message title.static intWebMessageSortByTypeSpecifying to sort by the message type. 
 - 
 
- 
- 
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 inEnumDSSXMLClientTypes- 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 inEnumDSSXMLStatus- 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 inEnumDSSXMLRequestTypes- See Also:
 - Constant Field Values
 
 
- 
WebMessageSortBySequenceNumber
static final int WebMessageSortBySequenceNumber
Specifying to sort by the message sequence number- See Also:
 - Constant Field Values
 
 
- 
WebMessageSortByStatus
static final int WebMessageSortByStatus
Specifying to sort by the message status. The possible values for message stats are listed inEnumDSSXMLMessageStatus- 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
 
 
- 
WebMessageSortByType
static final int WebMessageSortByType
Specifying to sort by the message type. The possible values for message type are listed inEnumDSSXMLMessageTypes- 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
 
 
 - 
 
 -