Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.ElementClassification
-
Packages that use ElementClassification Package Description org.odpi.openmetadata.frameworks.governanceaction.events org.odpi.openmetadata.frameworks.governanceaction.properties -
-
Uses of ElementClassification in org.odpi.openmetadata.frameworks.governanceaction.events
Methods in org.odpi.openmetadata.frameworks.governanceaction.events that return ElementClassification Modifier and Type Method Description ElementClassificationWatchdogClassificationEvent. getChangedClassification()Return the classification that is the subject of the event.ElementClassificationWatchdogClassificationEvent. getPreviousClassification()For UPDATED_CLASSIFICATION_PROPERTIES, return the previous version of the classification (if available.Methods in org.odpi.openmetadata.frameworks.governanceaction.events with parameters of type ElementClassification Modifier and Type Method Description voidWatchdogClassificationEvent. setChangedClassification(ElementClassification changedClassification)Set up the classification that is the subject of the event.voidWatchdogClassificationEvent. setPreviousClassification(ElementClassification previousClassification)For UPDATED_CLASSIFICATION_PROPERTIES, set up the previous version of the classification (if available. -
Uses of ElementClassification in org.odpi.openmetadata.frameworks.governanceaction.properties
Methods in org.odpi.openmetadata.frameworks.governanceaction.properties that return types with arguments of type ElementClassification Modifier and Type Method Description List<ElementClassification>OpenMetadataElement. getClassifications()Return the list of classifications associated with the metadata element.Method parameters in org.odpi.openmetadata.frameworks.governanceaction.properties with type arguments of type ElementClassification Modifier and Type Method Description voidOpenMetadataElement. setClassifications(List<ElementClassification> classifications)Set up the list of classifications associated with the metadata element.Constructors in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type ElementClassification Constructor Description ElementClassification(ElementClassification template)Copy/clone constructor
-