Uses of Class
org.odpi.openmetadata.metadatasecurity.properties.ConfidenceGovernanceClassification
-
Packages that use ConfidenceGovernanceClassification Package Description org.odpi.openmetadata.metadatasecurity.properties -
-
Uses of ConfidenceGovernanceClassification in org.odpi.openmetadata.metadatasecurity.properties
Methods in org.odpi.openmetadata.metadatasecurity.properties that return ConfidenceGovernanceClassification Modifier and Type Method Description ConfidenceGovernanceClassificationReferenceable. getConfidence()Return the classification that defines how confident a user should be in the quality of the contents of this referenceable are.Methods in org.odpi.openmetadata.metadatasecurity.properties with parameters of type ConfidenceGovernanceClassification Modifier and Type Method Description voidReferenceable. setConfidence(ConfidenceGovernanceClassification confidence)Set up the classification that defines how confident a user should be in the quality of the contents of this referenceable are.Constructors in org.odpi.openmetadata.metadatasecurity.properties with parameters of type ConfidenceGovernanceClassification Constructor Description ConfidenceGovernanceClassification(ConfidenceGovernanceClassification template)Copy/clone constructor.
-