/AWS1/CL_GLUEDGE¶
An edge represents a directed connection between two Glue components that are part of the workflow the edge belongs to.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourceid TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The unique of the node within the workflow where the edge starts.
iv_destinationid TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The unique of the node within the workflow where the edge ends.
Queryable Attributes¶
SourceId¶
The unique of the node within the workflow where the edge starts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEID() |
Getter for SOURCEID, with configurable default |
ASK_SOURCEID() |
Getter for SOURCEID w/ exceptions if field has no value |
HAS_SOURCEID() |
Determine if SOURCEID has a value |
DestinationId¶
The unique of the node within the workflow where the edge ends.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONID() |
Getter for DESTINATIONID, with configurable default |
ASK_DESTINATIONID() |
Getter for DESTINATIONID w/ exceptions if field has no value |
HAS_DESTINATIONID() |
Determine if DESTINATIONID 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_EDGELIST¶
TYPES TT_EDGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUEDGE WITH DEFAULT KEY
.