/AWS1/CL_CNKSRCHALLRELATEDIT03¶
A list of items that represent RelatedItems. This data type is similar to SearchRelatedItemsResponseItem except SearchAllRelatedItemsResponseItem has a caseId field.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_relateditemid TYPE /AWS1/CNKRELATEDITEMID /AWS1/CNKRELATEDITEMID¶
Unique identifier of a related item.
iv_caseid TYPE /AWS1/CNKCASEID /AWS1/CNKCASEID¶
A unique identifier of the case.
iv_type TYPE /AWS1/CNKRELATEDITEMTYPE /AWS1/CNKRELATEDITEMTYPE¶
Type of a related item.
iv_associationtime TYPE /AWS1/CNKASSOCIATIONTIME /AWS1/CNKASSOCIATIONTIME¶
Time at which a related item was associated with a case.
io_content TYPE REF TO /AWS1/CL_CNKRELATEDITEMCONTENT /AWS1/CL_CNKRELATEDITEMCONTENT¶
content
Optional arguments:¶
io_performedby TYPE REF TO /AWS1/CL_CNKUSERUNION /AWS1/CL_CNKUSERUNION¶
performedBy
it_tags TYPE /AWS1/CL_CNKTAGS_W=>TT_TAGS TT_TAGS¶
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
Queryable Attributes¶
relatedItemId¶
Unique identifier of a related item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATEDITEMID() |
Getter for RELATEDITEMID, with configurable default |
ASK_RELATEDITEMID() |
Getter for RELATEDITEMID w/ exceptions if field has no value |
HAS_RELATEDITEMID() |
Determine if RELATEDITEMID has a value |
caseId¶
A unique identifier of the case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CASEID() |
Getter for CASEID, with configurable default |
ASK_CASEID() |
Getter for CASEID w/ exceptions if field has no value |
HAS_CASEID() |
Determine if CASEID has a value |
type¶
Type of a related item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
associationTime¶
Time at which a related item was associated with a case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONTIME() |
Getter for ASSOCIATIONTIME, with configurable default |
ASK_ASSOCIATIONTIME() |
Getter for ASSOCIATIONTIME w/ exceptions if field has no val |
HAS_ASSOCIATIONTIME() |
Determine if ASSOCIATIONTIME has a value |
content¶
content
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT |
performedBy¶
performedBy
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERFORMEDBY() |
Getter for PERFORMEDBY |
tags¶
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_SRCHALLRELATEDITEMSRSPITE00¶
TYPES TT_SRCHALLRELATEDITEMSRSPITE00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNKSRCHALLRELATEDIT03 WITH DEFAULT KEY
.