/AWS1/CL_QSTTOPICV2DETAILS¶
The definition of a topic.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/QSTRESOURCENAME /AWS1/QSTRESOURCENAME¶
The name of the topic.
Optional arguments:¶
iv_description TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
The description of the topic.
it_datasets TYPE /AWS1/CL_QSTTOPICV2DATASETREF=>TT_TOPICV2DATASETREFERENCES TT_TOPICV2DATASETREFERENCES¶
The data sets that the topic is associated with.
it_datasetrelations TYPE /AWS1/CL_QSTTOPICV2DSRELATION=>TT_TOPICV2DATASETRELATIONLIST TT_TOPICV2DATASETRELATIONLIST¶
The relations between the data sets that the topic is associated with.
Queryable Attributes¶
Name¶
The name of the topic.
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 topic.
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 |
DataSets¶
The data sets that the topic is associated with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETS() |
Getter for DATASETS, with configurable default |
ASK_DATASETS() |
Getter for DATASETS w/ exceptions if field has no value |
HAS_DATASETS() |
Determine if DATASETS has a value |
DataSetRelations¶
The relations between the data sets that the topic is associated with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETRELATIONS() |
Getter for DATASETRELATIONS, with configurable default |
ASK_DATASETRELATIONS() |
Getter for DATASETRELATIONS w/ exceptions if field has no va |
HAS_DATASETRELATIONS() |
Determine if DATASETRELATIONS has a value |