Skip to content

/AWS1/CL_SAGARTFCTMETADATAITEM

Contains metadata about an artifact.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_agentspaceid TYPE /AWS1/SAGAGENTSPACEID /AWS1/SAGAGENTSPACEID

The unique identifier of the agent space that contains the artifact.

iv_artifactid TYPE /AWS1/SAGARTIFACTID /AWS1/SAGARTIFACTID

The unique identifier of the artifact.

iv_filename TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The file name of the artifact.

iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

The date and time the artifact was last updated, in UTC format.


Queryable Attributes

agentSpaceId

The unique identifier of the agent space that contains the artifact.

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

The 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

fileName

The file name of the artifact.

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

The date and time the artifact was last updated, in UTC format.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ARTIFACTMETADATALIST

TYPES TT_ARTIFACTMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGARTFCTMETADATAITEM WITH DEFAULT KEY
.