/AWS1/CL_BDZRETRIEVALCONTENT¶
The content retrieved from a knowledge source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mimetype TYPE /AWS1/BDZMIMETYPE /AWS1/BDZMIMETYPE¶
The MIME type of the retrieved content.
Optional arguments:¶
iv_bytecontent TYPE /AWS1/BDZBLOB /AWS1/BDZBLOB¶
The binary content of the retrieved item.
iv_text TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The text content of the retrieved item.
Queryable Attributes¶
byteContent¶
The binary content of the retrieved item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BYTECONTENT() |
Getter for BYTECONTENT, with configurable default |
ASK_BYTECONTENT() |
Getter for BYTECONTENT w/ exceptions if field has no value |
HAS_BYTECONTENT() |
Determine if BYTECONTENT has a value |
text¶
The text content of the retrieved item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
mimeType¶
The MIME type of the retrieved content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIMETYPE() |
Getter for MIMETYPE, with configurable default |
ASK_MIMETYPE() |
Getter for MIMETYPE w/ exceptions if field has no value |
HAS_MIMETYPE() |
Determine if MIMETYPE has a value |