/AWS1/CL_IOADATASETSUMMARY¶
A summary of information about a dataset.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_datasetname TYPE /AWS1/IOADATASETNAME /AWS1/IOADATASETNAME¶
The name of the dataset.
iv_status TYPE /AWS1/IOADATASETSTATUS /AWS1/IOADATASETSTATUS¶
The status of the dataset.
iv_creationtime TYPE /AWS1/IOATIMESTAMP /AWS1/IOATIMESTAMP¶
The time the dataset was created.
iv_lastupdatetime TYPE /AWS1/IOATIMESTAMP /AWS1/IOATIMESTAMP¶
The last time the dataset was updated.
it_triggers TYPE /AWS1/CL_IOADATASETTRIGGER=>TT_DATASETTRIGGERS TT_DATASETTRIGGERS¶
A list of triggers. A trigger causes dataset content to be populated at a specified time interval or when another dataset is populated. The list of triggers can be empty or contain up to five
DataSetTriggerobjects
it_actions TYPE /AWS1/CL_IOADATASETACTSUMMARY=>TT_DATASETACTIONSUMMARIES TT_DATASETACTIONSUMMARIES¶
A list of
DataActionSummaryobjects.
Queryable Attributes¶
datasetName¶
The name of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETNAME() |
Getter for DATASETNAME, with configurable default |
ASK_DATASETNAME() |
Getter for DATASETNAME w/ exceptions if field has no value |
HAS_DATASETNAME() |
Determine if DATASETNAME has a value |
status¶
The status of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
creationTime¶
The time the dataset was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastUpdateTime¶
The last time the dataset was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATETIME() |
Getter for LASTUPDATETIME, with configurable default |
ASK_LASTUPDATETIME() |
Getter for LASTUPDATETIME w/ exceptions if field has no valu |
HAS_LASTUPDATETIME() |
Determine if LASTUPDATETIME has a value |
triggers¶
A list of triggers. A trigger causes dataset content to be populated at a specified time interval or when another dataset is populated. The list of triggers can be empty or contain up to five
DataSetTriggerobjects
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIGGERS() |
Getter for TRIGGERS, with configurable default |
ASK_TRIGGERS() |
Getter for TRIGGERS w/ exceptions if field has no value |
HAS_TRIGGERS() |
Determine if TRIGGERS has a value |
actions¶
A list of
DataActionSummaryobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONS() |
Getter for ACTIONS, with configurable default |
ASK_ACTIONS() |
Getter for ACTIONS w/ exceptions if field has no value |
HAS_ACTIONS() |
Determine if ACTIONS 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_DATASETSUMMARIES¶
TYPES TT_DATASETSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOADATASETSUMMARY WITH DEFAULT KEY
.