/AWS1/CL_QQAGETQAPPSESSMETOUT¶
GetQAppSessionMetadataOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_sessionid
TYPE /AWS1/QQAUUID
/AWS1/QQAUUID
¶
The unique identifier of the Q App session.
iv_sessionarn
TYPE /AWS1/QQASTRING
/AWS1/QQASTRING
¶
The Amazon Resource Name (ARN) of the Q App session.
io_sharingconfiguration
TYPE REF TO /AWS1/CL_QQASESSIONSHARINGCONF
/AWS1/CL_QQASESSIONSHARINGCONF
¶
The sharing configuration of the Q App data collection session.
Optional arguments:¶
iv_sessionname
TYPE /AWS1/QQASESSIONNAME
/AWS1/QQASESSIONNAME
¶
The name of the Q App session.
iv_sessionowner
TYPE /AWS1/QQABOOLEAN
/AWS1/QQABOOLEAN
¶
Indicates whether the current user is the owner of the Q App session.
Queryable Attributes¶
sessionId¶
The unique identifier of the Q App session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
sessionArn¶
The Amazon Resource Name (ARN) of the Q App session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONARN() |
Getter for SESSIONARN, with configurable default |
ASK_SESSIONARN() |
Getter for SESSIONARN w/ exceptions if field has no value |
HAS_SESSIONARN() |
Determine if SESSIONARN has a value |
sessionName¶
The name of the Q App session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONNAME() |
Getter for SESSIONNAME, with configurable default |
ASK_SESSIONNAME() |
Getter for SESSIONNAME w/ exceptions if field has no value |
HAS_SESSIONNAME() |
Determine if SESSIONNAME has a value |
sharingConfiguration¶
The sharing configuration of the Q App data collection session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SHARINGCONFIGURATION() |
Getter for SHARINGCONFIGURATION |
sessionOwner¶
Indicates whether the current user is the owner of the Q App session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONOWNER() |
Getter for SESSIONOWNER, with configurable default |
ASK_SESSIONOWNER() |
Getter for SESSIONOWNER w/ exceptions if field has no value |
HAS_SESSIONOWNER() |
Determine if SESSIONOWNER has a value |