/AWS1/CL_SGMEDGE¶
A directed edge connecting two lineage entities.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourcearn TYPE /AWS1/SGMASSOCIATIONENTITYARN /AWS1/SGMASSOCIATIONENTITYARN¶
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
iv_destinationarn TYPE /AWS1/SGMASSOCIATIONENTITYARN /AWS1/SGMASSOCIATIONENTITYARN¶
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
iv_associationtype TYPE /AWS1/SGMASSOCIATIONEDGETYPE /AWS1/SGMASSOCIATIONEDGETYPE¶
The type of the Association(Edge) between the source and destination. For example
ContributedTo,Produced, orDerivedFrom.
Queryable Attributes¶
SourceArn¶
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEARN() |
Getter for SOURCEARN, with configurable default |
ASK_SOURCEARN() |
Getter for SOURCEARN w/ exceptions if field has no value |
HAS_SOURCEARN() |
Determine if SOURCEARN has a value |
DestinationArn¶
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONARN() |
Getter for DESTINATIONARN, with configurable default |
ASK_DESTINATIONARN() |
Getter for DESTINATIONARN w/ exceptions if field has no valu |
HAS_DESTINATIONARN() |
Determine if DESTINATIONARN has a value |
AssociationType¶
The type of the Association(Edge) between the source and destination. For example
ContributedTo,Produced, orDerivedFrom.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONTYPE() |
Getter for ASSOCIATIONTYPE, with configurable default |
ASK_ASSOCIATIONTYPE() |
Getter for ASSOCIATIONTYPE w/ exceptions if field has no val |
HAS_ASSOCIATIONTYPE() |
Determine if ASSOCIATIONTYPE 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_EDGES¶
TYPES TT_EDGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMEDGE WITH DEFAULT KEY
.