/AWS1/CL_WSWIMAGEMETADATA¶
Metadata information about an uploaded image file.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mimetype TYPE /AWS1/WSWMIMETYPE /AWS1/WSWMIMETYPE¶
The MIME type of the image.
iv_fileextension TYPE /AWS1/WSWSTRINGTYPE /AWS1/WSWSTRINGTYPE¶
The file extension of the image.
iv_lastuploadtimestamp TYPE /AWS1/WSWTIMESTAMP /AWS1/WSWTIMESTAMP¶
The timestamp when the image was last uploaded.
Queryable Attributes¶
mimeType¶
The MIME type of the image.
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 |
fileExtension¶
The file extension of the image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEEXTENSION() |
Getter for FILEEXTENSION, with configurable default |
ASK_FILEEXTENSION() |
Getter for FILEEXTENSION w/ exceptions if field has no value |
HAS_FILEEXTENSION() |
Determine if FILEEXTENSION has a value |
lastUploadTimestamp¶
The timestamp when the image was last uploaded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPLOADTIMESTAMP() |
Getter for LASTUPLOADTIMESTAMP, with configurable default |
ASK_LASTUPLOADTIMESTAMP() |
Getter for LASTUPLOADTIMESTAMP w/ exceptions if field has no |
HAS_LASTUPLOADTIMESTAMP() |
Determine if LASTUPLOADTIMESTAMP has a value |