/AWS1/CL_BDCMEMORYRECSUMMARY¶
Contains summary information about a memory record.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_memoryrecordid
TYPE /AWS1/BDCMEMORYRECORDID
/AWS1/BDCMEMORYRECORDID
¶
The unique identifier of the memory record.
io_content
TYPE REF TO /AWS1/CL_BDCMEMORYCONTENT
/AWS1/CL_BDCMEMORYCONTENT
¶
The content of the memory record.
iv_memorystrategyid
TYPE /AWS1/BDCMEMORYSTRATEGYID
/AWS1/BDCMEMORYSTRATEGYID
¶
The identifier of the memory strategy associated with this record.
it_namespaces
TYPE /AWS1/CL_BDCNAMESPACESLIST_W=>TT_NAMESPACESLIST
TT_NAMESPACESLIST
¶
The namespaces associated with this memory record.
iv_createdat
TYPE /AWS1/BDCTIMESTAMP
/AWS1/BDCTIMESTAMP
¶
The timestamp when the memory record was created.
Optional arguments:¶
iv_score
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The relevance score of the memory record when returned as part of a search result. Higher values indicate greater relevance to the search query.
Queryable Attributes¶
memoryRecordId¶
The unique identifier of the memory record.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEMORYRECORDID() |
Getter for MEMORYRECORDID, with configurable default |
ASK_MEMORYRECORDID() |
Getter for MEMORYRECORDID w/ exceptions if field has no valu |
HAS_MEMORYRECORDID() |
Determine if MEMORYRECORDID has a value |
content¶
The content of the memory record.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTENT() |
Getter for CONTENT |
memoryStrategyId¶
The identifier of the memory strategy associated with this record.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEMORYSTRATEGYID() |
Getter for MEMORYSTRATEGYID, with configurable default |
ASK_MEMORYSTRATEGYID() |
Getter for MEMORYSTRATEGYID w/ exceptions if field has no va |
HAS_MEMORYSTRATEGYID() |
Determine if MEMORYSTRATEGYID has a value |
namespaces¶
The namespaces associated with this memory record.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAMESPACES() |
Getter for NAMESPACES, with configurable default |
ASK_NAMESPACES() |
Getter for NAMESPACES w/ exceptions if field has no value |
HAS_NAMESPACES() |
Determine if NAMESPACES has a value |
createdAt¶
The timestamp when the memory record 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 |
score¶
The relevance score of the memory record when returned as part of a search result. Higher values indicate greater relevance to the search query.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCORE() |
Getter for SCORE, with configurable default |
ASK_SCORE() |
Getter for SCORE w/ exceptions if field has no value |
STR_SCORE() |
String format for SCORE, with configurable default |
HAS_SCORE() |
Determine if SCORE 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_MEMORYRECORDSUMMARYLIST
¶
TYPES TT_MEMORYRECORDSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCMEMORYRECSUMMARY WITH DEFAULT KEY
.