/AWS1/CL_GLUROUTE¶
Specifies a route node that directs data to different output paths based on defined filtering conditions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GLUNODENAME /AWS1/GLUNODENAME¶
The name of the route node.
it_inputs TYPE /AWS1/CL_GLUONEINPUT_W=>TT_ONEINPUT TT_ONEINPUT¶
The input connection for the route node.
it_groupfilterslist TYPE /AWS1/CL_GLUGROUPFILTERS=>TT_GROUPFILTERSLIST TT_GROUPFILTERSLIST¶
A list of group filters that define the routing conditions and criteria for directing data to different output paths.
Queryable Attributes¶
Name¶
The name of the route node.
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 |
Inputs¶
The input connection for the route node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTS() |
Getter for INPUTS, with configurable default |
ASK_INPUTS() |
Getter for INPUTS w/ exceptions if field has no value |
HAS_INPUTS() |
Determine if INPUTS has a value |
GroupFiltersList¶
A list of group filters that define the routing conditions and criteria for directing data to different output paths.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPFILTERSLIST() |
Getter for GROUPFILTERSLIST, with configurable default |
ASK_GROUPFILTERSLIST() |
Getter for GROUPFILTERSLIST w/ exceptions if field has no va |
HAS_GROUPFILTERSLIST() |
Determine if GROUPFILTERSLIST has a value |