| 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 ItemList<Classification> |
FieldAnalysis.classification |
protected ItemList<Classification> |
ColumnAnalysis.classification |
protected ItemList<Classification> |
DataClass.classifiedAssetsDetected
Deprecated.
No longer applicable from 11.7.1.1 onwards.
|
protected ItemList<Classification> |
Classificationenabledgroup.detectedClassifications |
protected ItemList<Classification> |
Classificationenabledgroup.hasdataclassification |
protected ItemList<Classification> |
DatabaseColumn.hasDataclassifications |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Classification> |
FieldAnalysis.getClassification()
Retrieve the
classification property (displayed as 'Detected Data Classifications') of the object. |
ItemList<Classification> |
ColumnAnalysis.getClassification()
Retrieve the
classification property (displayed as 'Detected Data Classifications') of the object. |
ItemList<Classification> |
DataClass.getClassifiedAssetsDetected()
Deprecated.
No longer applicable from 11.7.1.1 onwards.
|
ItemList<Classification> |
Classificationenabledgroup.getDetectedClassifications()
Retrieve the
detected_classifications property (displayed as 'Detected Data Classifications') of the object. |
ItemList<Classification> |
Classificationenabledgroup.getHasdataclassification()
Retrieve the
hasDataClassification property (displayed as 'Detected Data Classifications') of the object. |
ItemList<Classification> |
DatabaseColumn.getHasDataclassifications()
Retrieve the
has_DataClassifications property (displayed as 'Detected data Classifications') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldAnalysis.setClassification(ItemList<Classification> classification)
Set the
classification property (displayed as Detected Data Classifications) of the object. |
void |
ColumnAnalysis.setClassification(ItemList<Classification> classification)
Set the
classification property (displayed as Detected Data Classifications) of the object. |
void |
DataClass.setClassifiedAssetsDetected(ItemList<Classification> classifiedAssetsDetected)
Deprecated.
No longer applicable from 11.7.1.1 onwards.
|
void |
Classificationenabledgroup.setDetectedClassifications(ItemList<Classification> detectedClassifications)
Set the
detected_classifications property (displayed as Detected Data Classifications) of the object. |
void |
Classificationenabledgroup.setHasdataclassification(ItemList<Classification> hasdataclassification)
Set the
hasDataClassification property (displayed as Detected Data Classifications) of the object. |
void |
DatabaseColumn.setHasDataclassifications(ItemList<Classification> hasDataclassifications)
Set the
has_DataClassifications property (displayed as Detected data Classifications) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.