/AWS1/CL_AUMASSESSMENTRPTMET¶
The metadata objects that are associated with the specified assessment report.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_id
TYPE /AWS1/AUMUUID
/AWS1/AUMUUID
¶
The unique identifier for the assessment report.
iv_name
TYPE /AWS1/AUMASSESSMENTREPORTNAME
/AWS1/AUMASSESSMENTREPORTNAME
¶
The name of the assessment report.
iv_description
TYPE /AWS1/AUMASSESSMENTREPORTDESC
/AWS1/AUMASSESSMENTREPORTDESC
¶
The description of the assessment report.
iv_assessmentid
TYPE /AWS1/AUMUUID
/AWS1/AUMUUID
¶
The unique identifier for the associated assessment.
iv_assessmentname
TYPE /AWS1/AUMASSESSMENTNAME
/AWS1/AUMASSESSMENTNAME
¶
The name of the associated assessment.
iv_author
TYPE /AWS1/AUMUSERNAME
/AWS1/AUMUSERNAME
¶
The name of the user who created the assessment report.
iv_status
TYPE /AWS1/AUMASSESSMENTREPORTSTAT
/AWS1/AUMASSESSMENTREPORTSTAT
¶
The current status of the assessment report.
iv_creationtime
TYPE /AWS1/AUMTIMESTAMP
/AWS1/AUMTIMESTAMP
¶
Specifies when the assessment report was created.
Queryable Attributes¶
id¶
The unique identifier for the assessment report.
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 |
name¶
The name of the assessment report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the assessment report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
assessmentId¶
The unique identifier for the associated assessment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSESSMENTID() |
Getter for ASSESSMENTID, with configurable default |
ASK_ASSESSMENTID() |
Getter for ASSESSMENTID w/ exceptions if field has no value |
HAS_ASSESSMENTID() |
Determine if ASSESSMENTID has a value |
assessmentName¶
The name of the associated assessment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSESSMENTNAME() |
Getter for ASSESSMENTNAME, with configurable default |
ASK_ASSESSMENTNAME() |
Getter for ASSESSMENTNAME w/ exceptions if field has no valu |
HAS_ASSESSMENTNAME() |
Determine if ASSESSMENTNAME has a value |
author¶
The name of the user who created the assessment report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHOR() |
Getter for AUTHOR, with configurable default |
ASK_AUTHOR() |
Getter for AUTHOR w/ exceptions if field has no value |
HAS_AUTHOR() |
Determine if AUTHOR has a value |
status¶
The current status of the assessment report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
creationTime¶
Specifies when the assessment report was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME 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_ASSESSMENTREPORTSMETADATA
¶
TYPES TT_ASSESSMENTREPORTSMETADATA TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMASSESSMENTRPTMET WITH DEFAULT KEY
.