Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.ClassificationProperties
-
Packages that use ClassificationProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.properties org.odpi.openmetadata.accessservices.governanceprogram.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ClassificationProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Subclasses of ClassificationProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties Modifier and Type Class Description classGovernanceExpectationsPropertiesGovernanceExpectationsProperties defines the values expected in the operation of the linked referenceable.classGovernanceMeasurementsDataSetPropertiesGovernanceMeasurementsDataSetProperties provides a details of how a data set supports governance metrics by providing measurement data.classGovernanceMeasurementsPropertiesGovernanceMeasurementsProperties defines the values that have been observed in the operation of the linked referenceable.classSubjectAreaClassificationPropertiesA subject area defines a group of definitions for governing assets related to a specific topic.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type ClassificationProperties Constructor Description ClassificationProperties(ClassificationProperties template)Copy/clone constructor. -
Uses of ClassificationProperties in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return ClassificationProperties Modifier and Type Method Description ClassificationPropertiesClassificationRequestBody. getProperties()Return the properties for the classification.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type ClassificationProperties Modifier and Type Method Description voidClassificationRequestBody. setProperties(ClassificationProperties properties)Set up the properties for the classification.
-