/AWS1/CL_MPCSORT¶
An object that contains two attributes, SortBy and
SortOrder.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sortby TYPE /AWS1/MPCSORTBY /AWS1/MPCSORTBY¶
For
ListEntities, supported attributes includeLastModifiedDate(default) andEntityId. In addition toLastModifiedDateandEntityId, eachEntityTypemight support additional fields.For
ListChangeSets, supported attributes includeStartTimeandEndTime.
iv_sortorder TYPE /AWS1/MPCSORTORDER /AWS1/MPCSORTORDER¶
The sorting order. Can be
ASCENDINGorDESCENDING. The default value isDESCENDING.
Queryable Attributes¶
SortBy¶
For
ListEntities, supported attributes includeLastModifiedDate(default) andEntityId. In addition toLastModifiedDateandEntityId, eachEntityTypemight support additional fields.For
ListChangeSets, supported attributes includeStartTimeandEndTime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTBY() |
Getter for SORTBY, with configurable default |
ASK_SORTBY() |
Getter for SORTBY w/ exceptions if field has no value |
HAS_SORTBY() |
Determine if SORTBY has a value |
SortOrder¶
The sorting order. Can be
ASCENDINGorDESCENDING. The default value isDESCENDING.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTORDER() |
Getter for SORTORDER, with configurable default |
ASK_SORTORDER() |
Getter for SORTORDER w/ exceptions if field has no value |
HAS_SORTORDER() |
Determine if SORTORDER has a value |