| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataClass |
Classification.dataClass |
protected DataClass |
ClassificationContribution.dataClass |
protected DataClass |
Filter.detectsDataClass |
protected DataClass |
DataClass.parentDataClass |
protected DataClass |
Classificationenabledgroup.selectedClassification |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataClass> |
DataClass.containsDataClasses |
| Modifier and Type | Method and Description |
|---|---|
DataClass |
Classification.getDataClass()
Retrieve the
data_class property (displayed as 'Data Class') of the object. |
DataClass |
ClassificationContribution.getDataClass()
Retrieve the
data_class property (displayed as 'Data Class') of the object. |
DataClass |
Filter.getDetectsDataClass()
Retrieve the
detects_data_class property (displayed as 'Data Classification') of the object. |
DataClass |
DataClass.getParentDataClass()
Retrieve the
parent_data_class property (displayed as 'Parent Data Class') of the object. |
DataClass |
Classificationenabledgroup.getSelectedClassification()
Retrieve the
selected_classification property (displayed as 'Selected Data Classification') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataClass> |
DataClass.getContainsDataClasses()
Retrieve the
contains_data_classes property (displayed as 'Contains Data Classes') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Classification.setDataClass(DataClass dataClass)
Set the
data_class property (displayed as Data Class) of the object. |
void |
ClassificationContribution.setDataClass(DataClass dataClass)
Set the
data_class property (displayed as Data Class) of the object. |
void |
Filter.setDetectsDataClass(DataClass detectsDataClass)
Set the
detects_data_class property (displayed as Data Classification) of the object. |
void |
DataClass.setParentDataClass(DataClass parentDataClass)
Set the
parent_data_class property (displayed as Parent Data Class) of the object. |
void |
Classificationenabledgroup.setSelectedClassification(DataClass selectedClassification)
Set the
selected_classification property (displayed as Selected Data Classification) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataClass.setContainsDataClasses(ItemList<DataClass> containsDataClasses)
Set the
contains_data_classes property (displayed as Contains Data Classes) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.