/AWS1/CL_OMXANNOTATIONIMPITE00¶
Details about an imported annotation item.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_source TYPE /AWS1/OMXS3URI /AWS1/OMXS3URI¶
The source file's location in Amazon S3.
iv_jobstatus TYPE /AWS1/OMXJOBSTATUS /AWS1/OMXJOBSTATUS¶
The item's job status.
Queryable Attributes¶
source¶
The source file's location in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
jobStatus¶
The item's job status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTATUS() |
Getter for JOBSTATUS, with configurable default |
ASK_JOBSTATUS() |
Getter for JOBSTATUS w/ exceptions if field has no value |
HAS_JOBSTATUS() |
Determine if JOBSTATUS 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_ANNOTATIONIMPORTITEMDETAILS¶
TYPES TT_ANNOTATIONIMPORTITEMDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXANNOTATIONIMPITE00 WITH DEFAULT KEY
.