/AWS1/CL_BDCSESSIONSUMMARY¶
Contains summary information about a session in an AgentCore Memory resource.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_sessionid
TYPE /AWS1/BDCSESSIONID
/AWS1/BDCSESSIONID
¶
The unique identifier of the session.
iv_actorid
TYPE /AWS1/BDCACTORID
/AWS1/BDCACTORID
¶
The identifier of the actor associated with the session.
iv_createdat
TYPE /AWS1/BDCTIMESTAMP
/AWS1/BDCTIMESTAMP
¶
The timestamp when the session was created.
Queryable Attributes¶
sessionId¶
The unique identifier of the session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
actorId¶
The identifier of the actor associated with the session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTORID() |
Getter for ACTORID, with configurable default |
ASK_ACTORID() |
Getter for ACTORID w/ exceptions if field has no value |
HAS_ACTORID() |
Determine if ACTORID has a value |
createdAt¶
The timestamp when the session was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT 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_SESSIONSUMMARYLIST
¶
TYPES TT_SESSIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCSESSIONSUMMARY WITH DEFAULT KEY
.