/AWS1/CL_QQAFORMINPUTCARD¶
A card in an Amazon Q App that allows the user to submit a response.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/QQAUUID /AWS1/QQAUUID¶
The unique identifier of the form input card.
iv_title TYPE /AWS1/QQATITLE /AWS1/QQATITLE¶
The title of the form input card.
it_dependencies TYPE /AWS1/CL_QQADEPENDENCYLIST_W=>TT_DEPENDENCYLIST TT_DEPENDENCYLIST¶
Any dependencies or requirements for the form input card.
iv_type TYPE /AWS1/QQACARDTYPE /AWS1/QQACARDTYPE¶
The type of the card.
io_metadata TYPE REF TO /AWS1/CL_QQAFORMINPUTCARDMET /AWS1/CL_QQAFORMINPUTCARDMET¶
The metadata that defines the form input card data.
Optional arguments:¶
iv_computemode TYPE /AWS1/QQAINPUTCARDCOMPUTEMODE /AWS1/QQAINPUTCARDCOMPUTEMODE¶
The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of
appendshall allow participants to submit the same form multiple times with different values. A compute mode ofreplacecode> shall overwrite the current value for each participant.
Queryable Attributes¶
id¶
The unique identifier of the form input 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 form input 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 form input 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 |
metadata¶
The metadata that defines the form input card data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA |
computeMode¶
The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of
appendshall allow participants to submit the same form multiple times with different values. A compute mode ofreplacecode> shall overwrite the current value for each participant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTEMODE() |
Getter for COMPUTEMODE, with configurable default |
ASK_COMPUTEMODE() |
Getter for COMPUTEMODE w/ exceptions if field has no value |
HAS_COMPUTEMODE() |
Determine if COMPUTEMODE has a value |