/AWS1/CL_BDAFLOWNODE¶
Contains configurations about a node in the flow.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/BDAFLOWNODENAME /AWS1/BDAFLOWNODENAME¶
A name for the node.
iv_type TYPE /AWS1/BDAFLOWNODETYPE /AWS1/BDAFLOWNODETYPE¶
The type of node. This value must match the name of the key that you provide in the configuration you provide in the
FlowNodeConfigurationfield.
Optional arguments:¶
io_configuration TYPE REF TO /AWS1/CL_BDAFLOWNODECONF /AWS1/CL_BDAFLOWNODECONF¶
Contains configurations for the node.
it_inputs TYPE /AWS1/CL_BDAFLOWNODEINPUT=>TT_FLOWNODEINPUTS TT_FLOWNODEINPUTS¶
An array of objects, each of which contains information about an input into the node.
it_outputs TYPE /AWS1/CL_BDAFLOWNODEOUTPUT=>TT_FLOWNODEOUTPUTS TT_FLOWNODEOUTPUTS¶
A list of objects, each of which contains information about an output from the node.
Queryable Attributes¶
name¶
A name for the 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 |
type¶
The type of node. This value must match the name of the key that you provide in the configuration you provide in the
FlowNodeConfigurationfield.
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 |
configuration¶
Contains configurations for the node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATION() |
Getter for CONFIGURATION |
inputs¶
An array of objects, each of which contains information about an input into the 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 |
outputs¶
A list of objects, each of which contains information about an output from the node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTS() |
Getter for OUTPUTS, with configurable default |
ASK_OUTPUTS() |
Getter for OUTPUTS w/ exceptions if field has no value |
HAS_OUTPUTS() |
Determine if OUTPUTS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FLOWNODES¶
TYPES TT_FLOWNODES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAFLOWNODE WITH DEFAULT KEY
.