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