/AWS1/CL_GLUSEARCHRESULTITEM¶
A single search result item representing a matched asset.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/GLUASSETID /AWS1/GLUASSETID¶
The unique identifier of the matched asset.
iv_assetname TYPE /AWS1/GLUSEARCHRESULTNAME /AWS1/GLUSEARCHRESULTNAME¶
The name of the matched asset.
iv_assetdescription TYPE /AWS1/GLUASSETDESCRIPTION /AWS1/GLUASSETDESCRIPTION¶
The description of the matched asset.
iv_updatedat TYPE /AWS1/GLUUPDATEDAT /AWS1/GLUUPDATEDAT¶
The timestamp at which the matched asset was last updated.
iv_assettypeid TYPE /AWS1/GLUASSETTYPEID /AWS1/GLUASSETTYPEID¶
The identifier of the asset type for the matched asset.
Queryable Attributes¶
Id¶
The unique identifier of the matched asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
AssetName¶
The name of the matched asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETNAME() |
Getter for ASSETNAME, with configurable default |
ASK_ASSETNAME() |
Getter for ASSETNAME w/ exceptions if field has no value |
HAS_ASSETNAME() |
Determine if ASSETNAME has a value |
AssetDescription¶
The description of the matched asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETDESCRIPTION() |
Getter for ASSETDESCRIPTION, with configurable default |
ASK_ASSETDESCRIPTION() |
Getter for ASSETDESCRIPTION w/ exceptions if field has no va |
HAS_ASSETDESCRIPTION() |
Determine if ASSETDESCRIPTION has a value |
UpdatedAt¶
The timestamp at which the matched asset 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 |
AssetTypeId¶
The identifier of the asset type for the matched asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETTYPEID() |
Getter for ASSETTYPEID, with configurable default |
ASK_ASSETTYPEID() |
Getter for ASSETTYPEID w/ exceptions if field has no value |
HAS_ASSETTYPEID() |
Determine if ASSETTYPEID 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_SEARCHRESULTITEMLIST¶
TYPES TT_SEARCHRESULTITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUSEARCHRESULTITEM WITH DEFAULT KEY
.