/AWS1/CL_XRAGRAPHLINK¶
The relation between two services.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_referencetype TYPE /AWS1/XRASTRING /AWS1/XRASTRING¶
Relationship of a trace to the corresponding service.
iv_sourcetraceid TYPE /AWS1/XRASTRING /AWS1/XRASTRING¶
Source trace of a link relationship.
it_destinationtraceids TYPE /AWS1/CL_XRATRACEIDLIST_W=>TT_TRACEIDLIST TT_TRACEIDLIST¶
Destination traces of a link relationship.
Queryable Attributes¶
ReferenceType¶
Relationship of a trace to the corresponding service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCETYPE() |
Getter for REFERENCETYPE, with configurable default |
ASK_REFERENCETYPE() |
Getter for REFERENCETYPE w/ exceptions if field has no value |
HAS_REFERENCETYPE() |
Determine if REFERENCETYPE has a value |
SourceTraceId¶
Source trace of a link relationship.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETRACEID() |
Getter for SOURCETRACEID, with configurable default |
ASK_SOURCETRACEID() |
Getter for SOURCETRACEID w/ exceptions if field has no value |
HAS_SOURCETRACEID() |
Determine if SOURCETRACEID has a value |
DestinationTraceIds¶
Destination traces of a link relationship.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONTRACEIDS() |
Getter for DESTINATIONTRACEIDS, with configurable default |
ASK_DESTINATIONTRACEIDS() |
Getter for DESTINATIONTRACEIDS w/ exceptions if field has no |
HAS_DESTINATIONTRACEIDS() |
Determine if DESTINATIONTRACEIDS 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_LINKSLIST¶
TYPES TT_LINKSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_XRAGRAPHLINK WITH DEFAULT KEY
.