Uses of Class
com.atlassian.confluence.impl.retention.RetentionType
-
Packages that use RetentionType Package Description com.atlassian.confluence.impl.retention com.atlassian.confluence.impl.retention.rules -
-
Uses of RetentionType in com.atlassian.confluence.impl.retention
Methods in com.atlassian.confluence.impl.retention that return RetentionType Modifier and Type Method Description static RetentionTypeRetentionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RetentionType[]RetentionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RetentionType in com.atlassian.confluence.impl.retention.rules
Methods in com.atlassian.confluence.impl.retention.rules with parameters of type RetentionType Modifier and Type Method Description booleanDefaultRetentionRulesChecker. hasDeletingRule(RetentionType type)booleanRetentionRulesChecker. hasDeletingRule(RetentionType type)static booleanRetentionRuleUtils. hasDeletingRules(RetentionPolicy policy, RetentionType type)
-