/AWS1/CL_BDAFLOWCONNECTION¶
Contains information about a connection between two nodes in the flow.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BDAFLOWCONNECTIONTYPE /AWS1/BDAFLOWCONNECTIONTYPE¶
Whether the source node that the connection begins from is a condition node (
Conditional) or not (Data).
iv_name TYPE /AWS1/BDAFLOWCONNECTIONNAME /AWS1/BDAFLOWCONNECTIONNAME¶
A name for the connection that you can reference.
iv_source TYPE /AWS1/BDAFLOWNODENAME /AWS1/BDAFLOWNODENAME¶
The node that the connection starts at.
iv_target TYPE /AWS1/BDAFLOWNODENAME /AWS1/BDAFLOWNODENAME¶
The node that the connection ends at.
Optional arguments:¶
io_configuration TYPE REF TO /AWS1/CL_BDAFLOWCONNECTIONCONF /AWS1/CL_BDAFLOWCONNECTIONCONF¶
The configuration of the connection.
Queryable Attributes¶
type¶
Whether the source node that the connection begins from is a condition node (
Conditional) or not (Data).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
name¶
A name for the connection that you can reference.
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 |
source¶
The node that the connection starts at.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
target¶
The node that the connection ends at.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGET() |
Getter for TARGET, with configurable default |
ASK_TARGET() |
Getter for TARGET w/ exceptions if field has no value |
HAS_TARGET() |
Determine if TARGET has a value |
configuration¶
The configuration of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATION() |
Getter for CONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FLOWCONNECTIONS¶
TYPES TT_FLOWCONNECTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAFLOWCONNECTION WITH DEFAULT KEY
.