/AWS1/CL_SAGDOCUMENTINFO¶
Information about a document relevant to security testing
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_s3location TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
S3 storage location of the document
iv_artifactid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Artifact ID of the document
Queryable Attributes¶
s3Location¶
S3 storage location of the document
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3LOCATION() |
Getter for S3LOCATION, with configurable default |
ASK_S3LOCATION() |
Getter for S3LOCATION w/ exceptions if field has no value |
HAS_S3LOCATION() |
Determine if S3LOCATION has a value |
artifactId¶
Artifact ID of the document
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARTIFACTID() |
Getter for ARTIFACTID, with configurable default |
ASK_ARTIFACTID() |
Getter for ARTIFACTID w/ exceptions if field has no value |
HAS_ARTIFACTID() |
Determine if ARTIFACTID 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_DOCUMENTLIST¶
TYPES TT_DOCUMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGDOCUMENTINFO WITH DEFAULT KEY
.