Interface RetentionRulesChecker
-
- All Known Implementing Classes:
DefaultRetentionRulesChecker
public interface RetentionRulesCheckerCheck current retention rules at both global and space level for certain conditions- Since:
- 7.16.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasDeletingRule(RetentionType type)
-
-
-
Method Detail
-
hasDeletingRule
boolean hasDeletingRule(RetentionType type)
- Parameters:
type- retention type (version or trash)- Returns:
- true if there is at least a rule to delete some content
-
-