/AWS1/CL_SEBGETARCHIVESRCHRSP¶
The response containing details of the specified archive search job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_archiveid TYPE /AWS1/SEBARCHIVEID /AWS1/SEBARCHIVEID¶
The identifier of the archive the email search was performed in.
io_filters TYPE REF TO /AWS1/CL_SEBARCHIVEFILTERS /AWS1/CL_SEBARCHIVEFILTERS¶
The criteria used to filter emails included in the search.
iv_fromtimestamp TYPE /AWS1/SEBTIMESTAMP /AWS1/SEBTIMESTAMP¶
The start timestamp of the range the searched emails cover.
iv_totimestamp TYPE /AWS1/SEBTIMESTAMP /AWS1/SEBTIMESTAMP¶
The end timestamp of the range the searched emails cover.
iv_maxresults TYPE /AWS1/SEBSEARCHMAXRESULTS /AWS1/SEBSEARCHMAXRESULTS¶
The maximum number of search results to return.
io_status TYPE REF TO /AWS1/CL_SEBSEARCHSTATUS /AWS1/CL_SEBSEARCHSTATUS¶
The current status of the search job.
Queryable Attributes¶
ArchiveId¶
The identifier of the archive the email search was performed in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARCHIVEID() |
Getter for ARCHIVEID, with configurable default |
ASK_ARCHIVEID() |
Getter for ARCHIVEID w/ exceptions if field has no value |
HAS_ARCHIVEID() |
Determine if ARCHIVEID has a value |
Filters¶
The criteria used to filter emails included in the search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERS() |
Getter for FILTERS |
FromTimestamp¶
The start timestamp of the range the searched emails cover.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FROMTIMESTAMP() |
Getter for FROMTIMESTAMP, with configurable default |
ASK_FROMTIMESTAMP() |
Getter for FROMTIMESTAMP w/ exceptions if field has no value |
HAS_FROMTIMESTAMP() |
Determine if FROMTIMESTAMP has a value |
ToTimestamp¶
The end timestamp of the range the searched emails cover.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTIMESTAMP() |
Getter for TOTIMESTAMP, with configurable default |
ASK_TOTIMESTAMP() |
Getter for TOTIMESTAMP w/ exceptions if field has no value |
HAS_TOTIMESTAMP() |
Determine if TOTIMESTAMP has a value |
MaxResults¶
The maximum number of search results to return.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXRESULTS() |
Getter for MAXRESULTS, with configurable default |
ASK_MAXRESULTS() |
Getter for MAXRESULTS w/ exceptions if field has no value |
HAS_MAXRESULTS() |
Determine if MAXRESULTS has a value |
Status¶
The current status of the search job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |