/AWS1/CL_SAGGETARTIFACTOUTPUT¶
GetArtifactOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_agentspaceid TYPE /AWS1/SAGAGENTSPACEID /AWS1/SAGAGENTSPACEID¶
Unique identifier of the agent space
iv_artifactid TYPE /AWS1/SAGARTIFACTID /AWS1/SAGARTIFACTID¶
Unique identifier of the artifact
io_artifact TYPE REF TO /AWS1/CL_SAGARTIFACT /AWS1/CL_SAGARTIFACT¶
Artifact details
iv_filename TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Name of the artifact file
iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
Timestamp when the artifact was last updated
Queryable Attributes¶
agentSpaceId¶
Unique identifier of the agent space
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSPACEID() |
Getter for AGENTSPACEID, with configurable default |
ASK_AGENTSPACEID() |
Getter for AGENTSPACEID w/ exceptions if field has no value |
HAS_AGENTSPACEID() |
Determine if AGENTSPACEID has a value |
artifactId¶
Unique identifier of the artifact
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARTIFACTID() |
Getter for ARTIFACTID, with configurable default |
ASK_ARTIFACTID() |
Getter for ARTIFACTID w/ exceptions if field has no value |
HAS_ARTIFACTID() |
Determine if ARTIFACTID has a value |
artifact¶
Artifact details
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARTIFACT() |
Getter for ARTIFACT |
fileName¶
Name of the artifact file
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILENAME() |
Getter for FILENAME, with configurable default |
ASK_FILENAME() |
Getter for FILENAME w/ exceptions if field has no value |
HAS_FILENAME() |
Determine if FILENAME has a value |
updatedAt¶
Timestamp when the artifact was last updated
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |