/AWS1/CL_SAGEXECUTIONCONTEXT¶
Additional context about a pentest or task execution
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_contexttype TYPE /AWS1/SAGCONTEXTTYPE /AWS1/SAGCONTEXTTYPE¶
The category of context
iv_context TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Context associated with a pentest or task execution
iv_timestamp TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
Timestamp associated with a pentest or task execution
Queryable Attributes¶
contextType¶
The category of context
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTEXTTYPE() |
Getter for CONTEXTTYPE, with configurable default |
ASK_CONTEXTTYPE() |
Getter for CONTEXTTYPE w/ exceptions if field has no value |
HAS_CONTEXTTYPE() |
Determine if CONTEXTTYPE has a value |
context¶
Context associated with a pentest or task execution
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTEXT() |
Getter for CONTEXT, with configurable default |
ASK_CONTEXT() |
Getter for CONTEXT w/ exceptions if field has no value |
HAS_CONTEXT() |
Determine if CONTEXT has a value |
timestamp¶
Timestamp associated with a pentest or task execution
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP 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_EXECUTIONCONTEXTLIST¶
TYPES TT_EXECUTIONCONTEXTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGEXECUTIONCONTEXT WITH DEFAULT KEY
.