/AWS1/CL_IOSLISTSEARCHESFILTS¶
Optional filters for ListSearches. When multiple filters are set, a search must match all of them.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_statusfilter TYPE /AWS1/CL_IOSSRCHSTATFILTLIST_W=>TT_SEARCHSTATUSFILTERLIST TT_SEARCHSTATUSFILTERLIST¶
Returns only searches whose status is one of the listed values.
iv_startedafter TYPE /AWS1/IOSTIMESTAMP00 /AWS1/IOSTIMESTAMP00¶
Returns only searches started at or after this time.
iv_startedbefore TYPE /AWS1/IOSTIMESTAMP00 /AWS1/IOSTIMESTAMP00¶
Returns only searches started at or before this time.
it_groupidfilter TYPE /AWS1/CL_IOSGROUPIDFILTLIST_W=>TT_GROUPIDFILTERLIST TT_GROUPIDFILTERLIST¶
Returns only searches whose
groupIdis one of the listed values.
it_searchtypefilter TYPE /AWS1/CL_IOSSRCHTYPEFILTLIST_W=>TT_SEARCHTYPEFILTERLIST TT_SEARCHTYPEFILTERLIST¶
Returns only searches whose
searchTypeis one of the listed values.
Queryable Attributes¶
statusFilter¶
Returns only searches whose status is one of the listed values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSFILTER() |
Getter for STATUSFILTER, with configurable default |
ASK_STATUSFILTER() |
Getter for STATUSFILTER w/ exceptions if field has no value |
HAS_STATUSFILTER() |
Determine if STATUSFILTER has a value |
startedAfter¶
Returns only searches started at or after this time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAFTER() |
Getter for STARTEDAFTER, with configurable default |
ASK_STARTEDAFTER() |
Getter for STARTEDAFTER w/ exceptions if field has no value |
HAS_STARTEDAFTER() |
Determine if STARTEDAFTER has a value |
startedBefore¶
Returns only searches started at or before this time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDBEFORE() |
Getter for STARTEDBEFORE, with configurable default |
ASK_STARTEDBEFORE() |
Getter for STARTEDBEFORE w/ exceptions if field has no value |
HAS_STARTEDBEFORE() |
Determine if STARTEDBEFORE has a value |
groupIdFilter¶
Returns only searches whose
groupIdis one of the listed values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPIDFILTER() |
Getter for GROUPIDFILTER, with configurable default |
ASK_GROUPIDFILTER() |
Getter for GROUPIDFILTER w/ exceptions if field has no value |
HAS_GROUPIDFILTER() |
Determine if GROUPIDFILTER has a value |
searchTypeFilter¶
Returns only searches whose
searchTypeis one of the listed values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEARCHTYPEFILTER() |
Getter for SEARCHTYPEFILTER, with configurable default |
ASK_SEARCHTYPEFILTER() |
Getter for SEARCHTYPEFILTER w/ exceptions if field has no va |
HAS_SEARCHTYPEFILTER() |
Determine if SEARCHTYPEFILTER has a value |