/AWS1/CL_DZNLINEAGENODEITEM¶
The summary and output forms of a LineageNode
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID¶
The ID of the domain of the data lineage node.
iv_id TYPE /AWS1/DZNLINEAGENODEID /AWS1/DZNLINEAGENODEID¶
The ID of the data lineage node.
iv_typename TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The name of the type of the data lineage node.
Optional arguments:¶
iv_name TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The name of the data lineage node.
iv_description TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The description of the data lineage node.
iv_createdat TYPE /AWS1/DZNCREATEDAT /AWS1/DZNCREATEDAT¶
The timestamp at which the data lineage node was created.
iv_createdby TYPE /AWS1/DZNCREATEDBY /AWS1/DZNCREATEDBY¶
The user who created the data lineage node.
iv_updatedat TYPE /AWS1/DZNUPDATEDAT /AWS1/DZNUPDATEDAT¶
The timestamp at which the data lineage node was updated.
iv_updatedby TYPE /AWS1/DZNUPDATEDBY /AWS1/DZNUPDATEDBY¶
The user who updated the data lineage node.
iv_typerevision TYPE /AWS1/DZNREVISION /AWS1/DZNREVISION¶
The type of the revision of the data lineage node.
iv_sourceidentifier TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The alternate ID of the data lineage node.
iv_eventtimestamp TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP¶
The event timestamp of the data lineage node.
it_formsoutput TYPE /AWS1/CL_DZNFORMOUTPUT=>TT_FORMOUTPUTLIST TT_FORMOUTPUTLIST¶
The forms included in the additional attributes of a data lineage node.
it_upstreamlineagenodeids TYPE /AWS1/CL_DZNLINEAGENODEIDS_W=>TT_LINEAGENODEIDS TT_LINEAGENODEIDS¶
The IDs of the upstream data lineage nodes.
it_downstreamlineagenodeids TYPE /AWS1/CL_DZNLINEAGENODEIDS_W=>TT_LINEAGENODEIDS TT_LINEAGENODEIDS¶
The IDs of the downstream data lineage nodes.
Queryable Attributes¶
domainId¶
The ID of the domain of the data lineage node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
name¶
The name of the data lineage node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the data lineage node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
createdAt¶
The timestamp at which the data lineage node was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
createdBy¶
The user who created the data lineage node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
updatedAt¶
The timestamp at which the data lineage node was 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 |
updatedBy¶
The user who updated the data lineage node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDBY() |
Getter for UPDATEDBY, with configurable default |
ASK_UPDATEDBY() |
Getter for UPDATEDBY w/ exceptions if field has no value |
HAS_UPDATEDBY() |
Determine if UPDATEDBY has a value |
id¶
The ID of the data lineage node.
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 |
typeName¶
The name of the type of the data lineage node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPENAME() |
Getter for TYPENAME, with configurable default |
ASK_TYPENAME() |
Getter for TYPENAME w/ exceptions if field has no value |
HAS_TYPENAME() |
Determine if TYPENAME has a value |
typeRevision¶
The type of the revision of the data lineage node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPEREVISION() |
Getter for TYPEREVISION, with configurable default |
ASK_TYPEREVISION() |
Getter for TYPEREVISION w/ exceptions if field has no value |
HAS_TYPEREVISION() |
Determine if TYPEREVISION has a value |
sourceIdentifier¶
The alternate ID of the data lineage node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEIDENTIFIER() |
Getter for SOURCEIDENTIFIER, with configurable default |
ASK_SOURCEIDENTIFIER() |
Getter for SOURCEIDENTIFIER w/ exceptions if field has no va |
HAS_SOURCEIDENTIFIER() |
Determine if SOURCEIDENTIFIER has a value |
eventTimestamp¶
The event timestamp of the data lineage node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTTIMESTAMP() |
Getter for EVENTTIMESTAMP, with configurable default |
ASK_EVENTTIMESTAMP() |
Getter for EVENTTIMESTAMP w/ exceptions if field has no valu |
HAS_EVENTTIMESTAMP() |
Determine if EVENTTIMESTAMP has a value |
formsOutput¶
The forms included in the additional attributes of a data lineage node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMSOUTPUT() |
Getter for FORMSOUTPUT, with configurable default |
ASK_FORMSOUTPUT() |
Getter for FORMSOUTPUT w/ exceptions if field has no value |
HAS_FORMSOUTPUT() |
Determine if FORMSOUTPUT has a value |
upstreamLineageNodeIds¶
The IDs of the upstream data lineage nodes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPSTREAMLINEAGENODEIDS() |
Getter for UPSTREAMLINEAGENODEIDS, with configurable default |
ASK_UPSTREAMLINEAGENODEIDS() |
Getter for UPSTREAMLINEAGENODEIDS w/ exceptions if field has |
HAS_UPSTREAMLINEAGENODEIDS() |
Determine if UPSTREAMLINEAGENODEIDS has a value |
downstreamLineageNodeIds¶
The IDs of the downstream data lineage nodes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOWNSTREAMLINEAGENODEIDS() |
Getter for DOWNSTREAMLINEAGENODEIDS, with configurable defau |
ASK_DOWNSTREAMLINEAGENODEIDS() |
Getter for DOWNSTREAMLINEAGENODEIDS w/ exceptions if field h |
HAS_DOWNSTREAMLINEAGENODEIDS() |
Determine if DOWNSTREAMLINEAGENODEIDS has a value |