/AWS1/CL_BDZGUARDRAILREGEXFILT¶
The details for the regex filter used in the Guardrail.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The name details for the regex filter used in the Guardrail.
iv_regex TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The regex details for the regex filter used in the Guardrail.
iv_match TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The match details for the regex filter used in the Guardrail.
iv_action TYPE /AWS1/BDZGUARDRAILSENSITIVEI00 /AWS1/BDZGUARDRAILSENSITIVEI00¶
The action details for the regex filter used in the Guardrail.
Queryable Attributes¶
name¶
The name details for the regex filter used in the Guardrail.
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 |
regex¶
The regex details for the regex filter used in the Guardrail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGEX() |
Getter for REGEX, with configurable default |
ASK_REGEX() |
Getter for REGEX w/ exceptions if field has no value |
HAS_REGEX() |
Determine if REGEX has a value |
match¶
The match details for the regex filter used in the Guardrail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCH() |
Getter for MATCH, with configurable default |
ASK_MATCH() |
Getter for MATCH w/ exceptions if field has no value |
HAS_MATCH() |
Determine if MATCH has a value |
action¶
The action details for the regex filter used in the Guardrail.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GUARDRAILREGEXFILTERLIST¶
TYPES TT_GUARDRAILREGEXFILTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZGUARDRAILREGEXFILT WITH DEFAULT KEY
.