Uses of Class
org.odpi.openmetadata.metadatasecurity.properties.RetentionGovernanceClassification
-
Packages that use RetentionGovernanceClassification Package Description org.odpi.openmetadata.metadatasecurity.properties -
-
Uses of RetentionGovernanceClassification in org.odpi.openmetadata.metadatasecurity.properties
Methods in org.odpi.openmetadata.metadatasecurity.properties that return RetentionGovernanceClassification Modifier and Type Method Description RetentionGovernanceClassificationReferenceable. getRetention()Return the classification that defines when this referenceable will be archived and then permanently deleted.Methods in org.odpi.openmetadata.metadatasecurity.properties with parameters of type RetentionGovernanceClassification Modifier and Type Method Description voidReferenceable. setRetention(RetentionGovernanceClassification retention)Set up the classification that defines when this referenceable will be archived and then permanently deleted.Constructors in org.odpi.openmetadata.metadatasecurity.properties with parameters of type RetentionGovernanceClassification Constructor Description RetentionGovernanceClassification(RetentionGovernanceClassification template)Copy/clone constructor.
-