Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionBasis
-
Packages that use RetentionBasis Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of RetentionBasis in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return RetentionBasis Modifier and Type Method Description RetentionBasisRetentionGovernanceClassification. getRetentionBasis()Return a description of the factor used to set the archiveAfter and deleteAfter dates.static RetentionBasisRetentionBasis. valueOf(String name)Returns the enum constant of this type with the specified name.static RetentionBasis[]RetentionBasis. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type RetentionBasis Modifier and Type Method Description voidRetentionGovernanceClassification. setRetentionBasis(RetentionBasis retentionBasis)Set up a description of the factor used to set the archiveAfter and deleteAfter dates.
-