Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
-
Packages that use RetentionGovernanceClassification Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of RetentionGovernanceClassification in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as RetentionGovernanceClassification Modifier and Type Field Description protected RetentionGovernanceClassificationReferenceable. retentionGovernanceClassificationMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return RetentionGovernanceClassification Modifier and Type Method Description RetentionGovernanceClassificationReferenceable. getRetentionGovernanceClassification()Return the classification that defines when this referenceable will be archived and then permanently deleted.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type RetentionGovernanceClassification Modifier and Type Method Description voidReferenceable. setRetentionGovernanceClassification(RetentionGovernanceClassification retentionGovernanceClassification)Set up the classification that defines when this referenceable will be archived and then permanently deleted.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type RetentionGovernanceClassification Constructor Description RetentionGovernanceClassification(RetentionGovernanceClassification template)Copy/clone constructor.
-