/AWS1/CL_CNKBOOLEANCONDITION¶
Boolean condition for a rule. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_equalto TYPE REF TO /AWS1/CL_CNKBOOLEANOPERANDS /AWS1/CL_CNKBOOLEANOPERANDS¶
Tests that operandOne is equal to operandTwo.
io_notequalto TYPE REF TO /AWS1/CL_CNKBOOLEANOPERANDS /AWS1/CL_CNKBOOLEANOPERANDS¶
Tests that operandOne is not equal to operandTwo.
io_andall TYPE REF TO /AWS1/CL_CNKCOMPOUNDCONDITION /AWS1/CL_CNKCOMPOUNDCONDITION¶
Combines multiple conditions with AND operator. All conditions must be true for the compound condition to be true.
io_orall TYPE REF TO /AWS1/CL_CNKCOMPOUNDCONDITION /AWS1/CL_CNKCOMPOUNDCONDITION¶
Combines multiple conditions with OR operator. At least one condition must be true for the compound condition to be true.
Queryable Attributes¶
equalTo¶
Tests that operandOne is equal to operandTwo.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EQUALTO() |
Getter for EQUALTO |
notEqualTo¶
Tests that operandOne is not equal to operandTwo.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTEQUALTO() |
Getter for NOTEQUALTO |
andAll¶
Combines multiple conditions with AND operator. All conditions must be true for the compound condition to be true.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANDALL() |
Getter for ANDALL |
orAll¶
Combines multiple conditions with OR operator. At least one condition must be true for the compound condition to be true.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORALL() |
Getter for ORALL |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BOOLEANCONDITIONLIST¶
TYPES TT_BOOLEANCONDITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNKBOOLEANCONDITION WITH DEFAULT KEY
.