/AWS1/CL_BDAFLOWCONDITION¶
Defines a condition in the condition node.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_name
TYPE /AWS1/BDAFLOWCONDITIONNAME
/AWS1/BDAFLOWCONDITIONNAME
¶
A name for the condition that you can reference.
Optional arguments:¶
iv_expression
TYPE /AWS1/BDAFLOWCONDITIONXPRSN
/AWS1/BDAFLOWCONDITIONXPRSN
¶
Defines the condition. You must refer to at least one of the inputs in the condition. For more information, expand the Condition node section in Node types in prompt flows.
Queryable Attributes¶
name¶
A name for the condition 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 |
expression¶
Defines the condition. You must refer to at least one of the inputs in the condition. For more information, expand the Condition node section in Node types in prompt flows.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPRESSION() |
Getter for EXPRESSION, with configurable default |
ASK_EXPRESSION() |
Getter for EXPRESSION w/ exceptions if field has no value |
HAS_EXPRESSION() |
Determine if EXPRESSION 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_FLOWCONDITIONS
¶
TYPES TT_FLOWCONDITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAFLOWCONDITION WITH DEFAULT KEY
.