/AWS1/CL_BDCHARNESSSKILL¶
A skill available to the agent.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_path TYPE /AWS1/BDCHARNESSSKILLPATH /AWS1/BDCHARNESSSKILLPATH¶
The filesystem path to the skill definition.
io_s3 TYPE REF TO /AWS1/CL_BDCHARNSKILLS3SOURCE /AWS1/CL_BDCHARNSKILLS3SOURCE¶
An S3 source containing the skill.
io_git TYPE REF TO /AWS1/CL_BDCHARNSKILLGITSOURCE /AWS1/CL_BDCHARNSKILLGITSOURCE¶
A git repository containing the skill.
Queryable Attributes¶
path¶
The filesystem path to the skill definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATH() |
Getter for PATH, with configurable default |
ASK_PATH() |
Getter for PATH w/ exceptions if field has no value |
HAS_PATH() |
Determine if PATH has a value |
s3¶
An S3 source containing the skill.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3() |
Getter for S3 |
git¶
A git repository containing the skill.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GIT() |
Getter for GIT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_HARNESSSKILLS¶
TYPES TT_HARNESSSKILLS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCHARNESSSKILL WITH DEFAULT KEY
.