/AWS1/CL_DFMTESTGRIDSESSACTION¶
An action taken by a TestGridSession browser instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_action TYPE /AWS1/DFMSTRING /AWS1/DFMSTRING¶
The action taken by the session.
iv_started TYPE /AWS1/DFMDATETIME /AWS1/DFMDATETIME¶
The time that the session invoked the action.
iv_duration TYPE /AWS1/DFMLONG /AWS1/DFMLONG¶
The time, in milliseconds, that the action took to complete in the browser.
iv_statuscode TYPE /AWS1/DFMSTRING /AWS1/DFMSTRING¶
HTTP status code returned to the browser when the action was taken.
iv_requestmethod TYPE /AWS1/DFMSTRING /AWS1/DFMSTRING¶
HTTP method that the browser used to make the request.
Queryable Attributes¶
action¶
The action taken by the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION has a value |
started¶
The time that the session invoked the action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTED() |
Getter for STARTED, with configurable default |
ASK_STARTED() |
Getter for STARTED w/ exceptions if field has no value |
HAS_STARTED() |
Determine if STARTED has a value |
duration¶
The time, in milliseconds, that the action took to complete in the browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATION() |
Getter for DURATION, with configurable default |
ASK_DURATION() |
Getter for DURATION w/ exceptions if field has no value |
HAS_DURATION() |
Determine if DURATION has a value |
statusCode¶
HTTP status code returned to the browser when the action was taken.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |
requestMethod¶
HTTP method that the browser used to make the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTMETHOD() |
Getter for REQUESTMETHOD, with configurable default |
ASK_REQUESTMETHOD() |
Getter for REQUESTMETHOD w/ exceptions if field has no value |
HAS_REQUESTMETHOD() |
Determine if REQUESTMETHOD has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TESTGRIDSESSIONACTIONS¶
TYPES TT_TESTGRIDSESSIONACTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DFMTESTGRIDSESSACTION WITH DEFAULT KEY
.