/AWS1/CL_DZNRULESUMMARY¶
The summary of the rule.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_identifier TYPE /AWS1/DZNRULEID /AWS1/DZNRULEID¶
The ID of the rule.
iv_revision TYPE /AWS1/DZNREVISION /AWS1/DZNREVISION¶
The revision of the rule.
iv_ruletype TYPE /AWS1/DZNRULETYPE /AWS1/DZNRULETYPE¶
The type of the rule.
iv_name TYPE /AWS1/DZNRULENAME /AWS1/DZNRULENAME¶
The name of the rule.
iv_targettype TYPE /AWS1/DZNRULETARGETTYPE /AWS1/DZNRULETARGETTYPE¶
The target type of the rule.
io_target TYPE REF TO /AWS1/CL_DZNRULETARGET /AWS1/CL_DZNRULETARGET¶
The target of the rule.
iv_action TYPE /AWS1/DZNRULEACTION /AWS1/DZNRULEACTION¶
The action of the rule.
io_scope TYPE REF TO /AWS1/CL_DZNRULESCOPE /AWS1/CL_DZNRULESCOPE¶
The scope of the rule.
iv_updatedat TYPE /AWS1/DZNUPDATEDAT /AWS1/DZNUPDATEDAT¶
The timestamp at which the rule was last updated.
iv_lastupdatedby TYPE /AWS1/DZNUPDATEDBY /AWS1/DZNUPDATEDBY¶
The timestamp at which the rule was last updated.
Queryable Attributes¶
identifier¶
The ID of the rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER, with configurable default |
ASK_IDENTIFIER() |
Getter for IDENTIFIER w/ exceptions if field has no value |
HAS_IDENTIFIER() |
Determine if IDENTIFIER has a value |
revision¶
The revision of the rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION, with configurable default |
ASK_REVISION() |
Getter for REVISION w/ exceptions if field has no value |
HAS_REVISION() |
Determine if REVISION has a value |
ruleType¶
The type of the rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULETYPE() |
Getter for RULETYPE, with configurable default |
ASK_RULETYPE() |
Getter for RULETYPE w/ exceptions if field has no value |
HAS_RULETYPE() |
Determine if RULETYPE has a value |
name¶
The name of the rule.
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 |
targetType¶
The target type of the rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETTYPE() |
Getter for TARGETTYPE, with configurable default |
ASK_TARGETTYPE() |
Getter for TARGETTYPE w/ exceptions if field has no value |
HAS_TARGETTYPE() |
Determine if TARGETTYPE has a value |
target¶
The target of the rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGET() |
Getter for TARGET |
action¶
The action of the rule.
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 |
scope¶
The scope of the rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPE() |
Getter for SCOPE |
updatedAt¶
The timestamp at which the rule was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
lastUpdatedBy¶
The timestamp at which the rule was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDBY() |
Getter for LASTUPDATEDBY, with configurable default |
ASK_LASTUPDATEDBY() |
Getter for LASTUPDATEDBY w/ exceptions if field has no value |
HAS_LASTUPDATEDBY() |
Determine if LASTUPDATEDBY 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_RULESUMMARIES¶
TYPES TT_RULESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNRULESUMMARY WITH DEFAULT KEY
.