Interface RetentionFeatureChecker
-
- All Known Implementing Classes:
DefaultRetentionFeatureChecker
public interface RetentionFeatureChecker
- Since:
- 7.12
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDryRunModeEnabled()
Returns whether the dark feature for Retention Rules deletion is enabled - if not then the feature will run in "dry-run" mode where no items are deleted but the rest of the job executesboolean
isFeatureAvailable()
Returns whether the dark feature for Retention Rules is enabled and the currently installed licence is enabled for Data Center
-
-
-
Method Detail
-
isFeatureAvailable
boolean isFeatureAvailable()
Returns whether the dark feature for Retention Rules is enabled and the currently installed licence is enabled for Data Center- Returns:
- whether the Retention Rules feature is allowed.
-
isDryRunModeEnabled
boolean isDryRunModeEnabled()
Returns whether the dark feature for Retention Rules deletion is enabled - if not then the feature will run in "dry-run" mode where no items are deleted but the rest of the job executes- Returns:
- whether the Retention Rules feature is allowed.
-
-