/AWS1/CL_CNTFLOWMODULE¶
A list of Flow Modules an AI Agent can invoke as a tool
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/CNTFLOWMODULETYPE /AWS1/CNTFLOWMODULETYPE¶
Only Type we support is MCP.
iv_flowmoduleid TYPE /AWS1/CNTFLOWMODULEID /AWS1/CNTFLOWMODULEID¶
If of Flow Modules invocable as tool
Queryable Attributes¶
Type¶
Only Type we support is MCP.
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 |
FlowModuleId¶
If of Flow Modules invocable as tool
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWMODULEID() |
Getter for FLOWMODULEID, with configurable default |
ASK_FLOWMODULEID() |
Getter for FLOWMODULEID w/ exceptions if field has no value |
HAS_FLOWMODULEID() |
Determine if FLOWMODULEID 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_ALLOWEDFLOWMODULES¶
TYPES TT_ALLOWEDFLOWMODULES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTFLOWMODULE WITH DEFAULT KEY
.