/AWS1/CL_BDAFLOWDEFINITION¶
The definition of the nodes and connections between nodes in the flow.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_nodes TYPE /AWS1/CL_BDAFLOWNODE=>TT_FLOWNODES TT_FLOWNODES¶
An array of node definitions in the flow.
it_connections TYPE /AWS1/CL_BDAFLOWCONNECTION=>TT_FLOWCONNECTIONS TT_FLOWCONNECTIONS¶
An array of connection definitions in the flow.
Queryable Attributes¶
nodes¶
An array of node definitions in the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODES() |
Getter for NODES, with configurable default |
ASK_NODES() |
Getter for NODES w/ exceptions if field has no value |
HAS_NODES() |
Determine if NODES has a value |
connections¶
An array of connection definitions in the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONS() |
Getter for CONNECTIONS, with configurable default |
ASK_CONNECTIONS() |
Getter for CONNECTIONS w/ exceptions if field has no value |
HAS_CONNECTIONS() |
Determine if CONNECTIONS has a value |