| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.governanceaction.events | |
| org.odpi.openmetadata.frameworks.governanceaction.properties |
| Modifier and Type | Method and Description |
|---|---|
ElementClassification |
WatchdogClassificationEvent.getChangedClassification()
Return the classification that is the subject of the event.
|
ElementClassification |
WatchdogClassificationEvent.getPreviousClassification()
For UPDATED_CLASSIFICATION_PROPERTIES, return the previous version of the
classification (if available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WatchdogClassificationEvent.setChangedClassification(ElementClassification changedClassification)
Set up the classification that is the subject of the event.
|
void |
WatchdogClassificationEvent.setPreviousClassification(ElementClassification previousClassification)
For UPDATED_CLASSIFICATION_PROPERTIES, set up the previous version of the
classification (if available.
|
| Modifier and Type | Method and Description |
|---|---|
List<ElementClassification> |
OpenMetadataElement.getClassifications()
Return the list of classifications associated with the metadata element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenMetadataElement.setClassifications(List<ElementClassification> classifications)
Set up the list of classifications associated with the metadata element.
|
| Constructor and Description |
|---|
ElementClassification(ElementClassification template)
Copy/clone constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.