/AWS1/CL_AUMCHANGELOG¶
The record of a change within Audit Manager. For example, this could be the status change of an assessment or the delegation of a control set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_objecttype TYPE /AWS1/AUMOBJECTTYPEENUM /AWS1/AUMOBJECTTYPEENUM¶
The object that was changed, such as an assessment, control, or control set.
iv_objectname TYPE /AWS1/AUMNONEMPTYSTRING /AWS1/AUMNONEMPTYSTRING¶
The name of the object that changed. This could be the name of an assessment, control, or control set.
iv_action TYPE /AWS1/AUMACTIONENUM /AWS1/AUMACTIONENUM¶
The action that was performed.
iv_createdat TYPE /AWS1/AUMTIMESTAMP /AWS1/AUMTIMESTAMP¶
The time when the action was performed and the changelog record was created.
iv_createdby TYPE /AWS1/AUMIAMARN /AWS1/AUMIAMARN¶
The user or role that performed the action.
Queryable Attributes¶
objectType¶
The object that was changed, such as an assessment, control, or control set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTTYPE() |
Getter for OBJECTTYPE, with configurable default |
ASK_OBJECTTYPE() |
Getter for OBJECTTYPE w/ exceptions if field has no value |
HAS_OBJECTTYPE() |
Determine if OBJECTTYPE has a value |
objectName¶
The name of the object that changed. This could be the name of an assessment, control, or control set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTNAME() |
Getter for OBJECTNAME, with configurable default |
ASK_OBJECTNAME() |
Getter for OBJECTNAME w/ exceptions if field has no value |
HAS_OBJECTNAME() |
Determine if OBJECTNAME has a value |
action¶
The action that was performed.
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 |
createdAt¶
The time when the action was performed and the changelog record was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
createdBy¶
The user or role that performed the action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY 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_CHANGELOGS¶
TYPES TT_CHANGELOGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMCHANGELOG WITH DEFAULT KEY
.