/AWS1/CL_GLUCRAWL¶
The details of a crawl in the workflow.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_state TYPE /AWS1/GLUCRAWLSTATE /AWS1/GLUCRAWLSTATE¶
The state of the crawler.
iv_startedon TYPE /AWS1/GLUTIMESTAMPVALUE /AWS1/GLUTIMESTAMPVALUE¶
The date and time on which the crawl started.
iv_completedon TYPE /AWS1/GLUTIMESTAMPVALUE /AWS1/GLUTIMESTAMPVALUE¶
The date and time on which the crawl completed.
iv_errormessage TYPE /AWS1/GLUDESCRIPTIONSTRING /AWS1/GLUDESCRIPTIONSTRING¶
The error message associated with the crawl.
iv_loggroup TYPE /AWS1/GLULOGGROUP /AWS1/GLULOGGROUP¶
The log group associated with the crawl.
iv_logstream TYPE /AWS1/GLULOGSTREAM /AWS1/GLULOGSTREAM¶
The log stream associated with the crawl.
Queryable Attributes¶
State¶
The state of the crawler.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
StartedOn¶
The date and time on which the crawl started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDON() |
Getter for STARTEDON, with configurable default |
ASK_STARTEDON() |
Getter for STARTEDON w/ exceptions if field has no value |
HAS_STARTEDON() |
Determine if STARTEDON has a value |
CompletedOn¶
The date and time on which the crawl completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETEDON() |
Getter for COMPLETEDON, with configurable default |
ASK_COMPLETEDON() |
Getter for COMPLETEDON w/ exceptions if field has no value |
HAS_COMPLETEDON() |
Determine if COMPLETEDON has a value |
ErrorMessage¶
The error message associated with the crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
LogGroup¶
The log group associated with the crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUP() |
Getter for LOGGROUP, with configurable default |
ASK_LOGGROUP() |
Getter for LOGGROUP w/ exceptions if field has no value |
HAS_LOGGROUP() |
Determine if LOGGROUP has a value |
LogStream¶
The log stream associated with the crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGSTREAM() |
Getter for LOGSTREAM, with configurable default |
ASK_LOGSTREAM() |
Getter for LOGSTREAM w/ exceptions if field has no value |
HAS_LOGSTREAM() |
Determine if LOGSTREAM has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CRAWLLIST¶
TYPES TT_CRAWLLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUCRAWL WITH DEFAULT KEY
.