/AWS1/CL_WISIMPORTJOBSUMMARY¶
Summary information about the import job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_importjobid TYPE /AWS1/WISUUID /AWS1/WISUUID¶
The identifier of the import job.
iv_knowledgebaseid TYPE /AWS1/WISUUID /AWS1/WISUUID¶
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
iv_uploadid TYPE /AWS1/WISUPLOADID /AWS1/WISUPLOADID¶
A pointer to the uploaded asset. This value is returned by StartContentUpload.
iv_knowledgebasearn TYPE /AWS1/WISARN /AWS1/WISARN¶
The Amazon Resource Name (ARN) of the knowledge base.
iv_importjobtype TYPE /AWS1/WISIMPORTJOBTYPE /AWS1/WISIMPORTJOBTYPE¶
The type of import job.
iv_status TYPE /AWS1/WISIMPORTJOBSTATUS /AWS1/WISIMPORTJOBSTATUS¶
The status of the import job.
iv_createdtime TYPE /AWS1/WISTIMESTAMP /AWS1/WISTIMESTAMP¶
The timestamp when the import job was created.
iv_lastmodifiedtime TYPE /AWS1/WISTIMESTAMP /AWS1/WISTIMESTAMP¶
The timestamp when the import job was last modified.
Optional arguments:¶
it_metadata TYPE /AWS1/CL_WISCONTENTMETADATA_W=>TT_CONTENTMETADATA TT_CONTENTMETADATA¶
The metadata fields of the imported Wisdom resources.
io_externalsourceconf TYPE REF TO /AWS1/CL_WISEXTERNALSOURCECONF /AWS1/CL_WISEXTERNALSOURCECONF¶
The configuration information of the external source that the resource data are imported from.
Queryable Attributes¶
importJobId¶
The identifier of the import job.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_IMPORTJOBID() | 
Getter for IMPORTJOBID, with configurable default | 
ASK_IMPORTJOBID() | 
Getter for IMPORTJOBID w/ exceptions if field has no value | 
HAS_IMPORTJOBID() | 
Determine if IMPORTJOBID has a value | 
knowledgeBaseId¶
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_KNOWLEDGEBASEID() | 
Getter for KNOWLEDGEBASEID, with configurable default | 
ASK_KNOWLEDGEBASEID() | 
Getter for KNOWLEDGEBASEID w/ exceptions if field has no val | 
HAS_KNOWLEDGEBASEID() | 
Determine if KNOWLEDGEBASEID has a value | 
uploadId¶
A pointer to the uploaded asset. This value is returned by StartContentUpload.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_UPLOADID() | 
Getter for UPLOADID, with configurable default | 
ASK_UPLOADID() | 
Getter for UPLOADID w/ exceptions if field has no value | 
HAS_UPLOADID() | 
Determine if UPLOADID has a value | 
knowledgeBaseArn¶
The Amazon Resource Name (ARN) of the knowledge base.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_KNOWLEDGEBASEARN() | 
Getter for KNOWLEDGEBASEARN, with configurable default | 
ASK_KNOWLEDGEBASEARN() | 
Getter for KNOWLEDGEBASEARN w/ exceptions if field has no va | 
HAS_KNOWLEDGEBASEARN() | 
Determine if KNOWLEDGEBASEARN has a value | 
importJobType¶
The type of import job.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_IMPORTJOBTYPE() | 
Getter for IMPORTJOBTYPE, with configurable default | 
ASK_IMPORTJOBTYPE() | 
Getter for IMPORTJOBTYPE w/ exceptions if field has no value | 
HAS_IMPORTJOBTYPE() | 
Determine if IMPORTJOBTYPE has a value | 
status¶
The status of the import job.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_STATUS() | 
Getter for STATUS, with configurable default | 
ASK_STATUS() | 
Getter for STATUS w/ exceptions if field has no value | 
HAS_STATUS() | 
Determine if STATUS has a value | 
createdTime¶
The timestamp when the import job was created.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_CREATEDTIME() | 
Getter for CREATEDTIME, with configurable default | 
ASK_CREATEDTIME() | 
Getter for CREATEDTIME w/ exceptions if field has no value | 
HAS_CREATEDTIME() | 
Determine if CREATEDTIME has a value | 
lastModifiedTime¶
The timestamp when the import job was last modified.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_LASTMODIFIEDTIME() | 
Getter for LASTMODIFIEDTIME, with configurable default | 
ASK_LASTMODIFIEDTIME() | 
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va | 
HAS_LASTMODIFIEDTIME() | 
Determine if LASTMODIFIEDTIME has a value | 
metadata¶
The metadata fields of the imported Wisdom resources.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_METADATA() | 
Getter for METADATA, with configurable default | 
ASK_METADATA() | 
Getter for METADATA w/ exceptions if field has no value | 
HAS_METADATA() | 
Determine if METADATA has a value | 
externalSourceConfiguration¶
The configuration information of the external source that the resource data are imported from.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_EXTERNALSOURCECONF() | 
Getter for EXTERNALSOURCECONFIGURATION | 
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMPORTJOBLIST¶
TYPES TT_IMPORTJOBLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WISIMPORTJOBSUMMARY WITH DEFAULT KEY
.