/AWS1/CL_IN2SORTCRITERIA¶
Details about the criteria used to sort finding results.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_field TYPE /AWS1/IN2SORTFIELD /AWS1/IN2SORTFIELD¶
The finding detail field by which results are sorted.
iv_sortorder TYPE /AWS1/IN2SORTORDER /AWS1/IN2SORTORDER¶
The order by which findings are sorted.
Queryable Attributes¶
field¶
The finding detail field by which results are sorted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELD() |
Getter for FIELD, with configurable default |
ASK_FIELD() |
Getter for FIELD w/ exceptions if field has no value |
HAS_FIELD() |
Determine if FIELD has a value |
sortOrder¶
The order by which findings are sorted.
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 |