/AWS1/CL_QQAFILEUPLOADCARD¶
A card in an Amazon Q App that allows the user to upload a file.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/QQAUUID /AWS1/QQAUUID¶
The unique identifier of the file upload card.
iv_title TYPE /AWS1/QQATITLE /AWS1/QQATITLE¶
The title of the file upload card.
it_dependencies TYPE /AWS1/CL_QQADEPENDENCYLIST_W=>TT_DEPENDENCYLIST TT_DEPENDENCYLIST¶
Any dependencies or requirements for the file upload card.
iv_type TYPE /AWS1/QQACARDTYPE /AWS1/QQACARDTYPE¶
The type of the card.
Optional arguments:¶
iv_filename TYPE /AWS1/QQASTRING /AWS1/QQASTRING¶
The name of the file being uploaded.
iv_fileid TYPE /AWS1/QQASTRING /AWS1/QQASTRING¶
The unique identifier of the file associated with the card.
iv_allowoverride TYPE /AWS1/QQABOOLEAN /AWS1/QQABOOLEAN¶
A flag indicating if the user can override the default file for the upload card.
Queryable Attributes¶
id¶
The unique identifier of the file upload card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
title¶
The title of the file upload card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
dependencies¶
Any dependencies or requirements for the file upload card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPENDENCIES() |
Getter for DEPENDENCIES, with configurable default |
ASK_DEPENDENCIES() |
Getter for DEPENDENCIES w/ exceptions if field has no value |
HAS_DEPENDENCIES() |
Determine if DEPENDENCIES has a value |
type¶
The type of the card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
filename¶
The name of the file being uploaded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILENAME() |
Getter for FILENAME, with configurable default |
ASK_FILENAME() |
Getter for FILENAME w/ exceptions if field has no value |
HAS_FILENAME() |
Determine if FILENAME has a value |
fileId¶
The unique identifier of the file associated with the card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEID() |
Getter for FILEID, with configurable default |
ASK_FILEID() |
Getter for FILEID w/ exceptions if field has no value |
HAS_FILEID() |
Determine if FILEID has a value |
allowOverride¶
A flag indicating if the user can override the default file for the upload card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOWOVERRIDE() |
Getter for ALLOWOVERRIDE, with configurable default |
ASK_ALLOWOVERRIDE() |
Getter for ALLOWOVERRIDE w/ exceptions if field has no value |
HAS_ALLOWOVERRIDE() |
Determine if ALLOWOVERRIDE has a value |