/AWS1/CL_BDZFLOWOUTPUTEVENT¶
Contains information about an output from prompt flow invoction.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_nodename TYPE /AWS1/BDZNODENAME /AWS1/BDZNODENAME¶
The name of the flow output node that the output is from.
iv_nodetype TYPE /AWS1/BDZNODETYPE /AWS1/BDZNODETYPE¶
The type of the node that the output is from.
io_content TYPE REF TO /AWS1/CL_BDZFLOWOUTPUTCONTENT /AWS1/CL_BDZFLOWOUTPUTCONTENT¶
The content in the output.
Queryable Attributes¶
nodeName¶
The name of the flow output node that the output is from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODENAME() |
Getter for NODENAME, with configurable default |
ASK_NODENAME() |
Getter for NODENAME w/ exceptions if field has no value |
HAS_NODENAME() |
Determine if NODENAME has a value |
nodeType¶
The type of the node that the output is from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODETYPE() |
Getter for NODETYPE, with configurable default |
ASK_NODETYPE() |
Getter for NODETYPE w/ exceptions if field has no value |
HAS_NODETYPE() |
Determine if NODETYPE has a value |
content¶
The content in the output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT |