/AWS1/CL_DZNLINEAGEEVENTSUMM¶
The data lineage event summary.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/DZNLINEAGEEVENTID /AWS1/DZNLINEAGEEVENTID¶
The ID of the data lineage event.
iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID¶
The domain ID of the lineage event.
iv_processingstatus TYPE /AWS1/DZNLINEAGEEVTPROCINGSTAT /AWS1/DZNLINEAGEEVTPROCINGSTAT¶
The processing status of the data lineage event.
iv_eventtime TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP¶
The time of the data lineage event.
io_eventsummary TYPE REF TO /AWS1/CL_DZNEVENTSUMMARY /AWS1/CL_DZNEVENTSUMMARY¶
The summary of the data lineate event.
iv_createdby TYPE /AWS1/DZNCREATEDBY /AWS1/DZNCREATEDBY¶
The user who created the data lineage event.
iv_createdat TYPE /AWS1/DZNCREATEDAT /AWS1/DZNCREATEDAT¶
The timestamp at which data lineage event was created.
Queryable Attributes¶
id¶
The ID of the data lineage event.
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 |
domainId¶
The domain ID of the lineage event.
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 |
processingStatus¶
The processing status of the data lineage event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROCESSINGSTATUS() |
Getter for PROCESSINGSTATUS, with configurable default |
ASK_PROCESSINGSTATUS() |
Getter for PROCESSINGSTATUS w/ exceptions if field has no va |
HAS_PROCESSINGSTATUS() |
Determine if PROCESSINGSTATUS has a value |
eventTime¶
The time of the data lineage event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTTIME() |
Getter for EVENTTIME, with configurable default |
ASK_EVENTTIME() |
Getter for EVENTTIME w/ exceptions if field has no value |
HAS_EVENTTIME() |
Determine if EVENTTIME has a value |
eventSummary¶
The summary of the data lineate event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTSUMMARY() |
Getter for EVENTSUMMARY |
createdBy¶
The user who created the data lineage event.
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 |
createdAt¶
The timestamp at which data lineage event 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LINEAGEEVENTSUMMARIES¶
TYPES TT_LINEAGEEVENTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNLINEAGEEVENTSUMM WITH DEFAULT KEY
.