/AWS1/CL_BDOTRIGGERCONDITION¶
Condition that triggers memory processing.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_messagebasedtrigger TYPE REF TO /AWS1/CL_BDOMSGBASEDTRIGGER /AWS1/CL_BDOMSGBASEDTRIGGER¶
Message based trigger configuration.
io_tokenbasedtrigger TYPE REF TO /AWS1/CL_BDOTOKENBASEDTRIGGER /AWS1/CL_BDOTOKENBASEDTRIGGER¶
Token based trigger configuration.
io_timebasedtrigger TYPE REF TO /AWS1/CL_BDOTIMEBASEDTRIGGER /AWS1/CL_BDOTIMEBASEDTRIGGER¶
Time based trigger configuration.
Queryable Attributes¶
messageBasedTrigger¶
Message based trigger configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEBASEDTRIGGER() |
Getter for MESSAGEBASEDTRIGGER |
tokenBasedTrigger¶
Token based trigger configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKENBASEDTRIGGER() |
Getter for TOKENBASEDTRIGGER |
timeBasedTrigger¶
Time based trigger configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEBASEDTRIGGER() |
Getter for TIMEBASEDTRIGGER |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TRIGGERCONDITIONSLIST¶
TYPES TT_TRIGGERCONDITIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOTRIGGERCONDITION WITH DEFAULT KEY
.