Interface RetentionFeatureChecker

All Known Implementing Classes:
DefaultRetentionFeatureChecker

public interface RetentionFeatureChecker
Since:
7.12
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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
    boolean
    Returns whether the dark feature for Retention Rules is enabled and the currently installed licence is enabled for Data Center
  • Method Details

    • 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.