Interface RetentionItemsProvider

All Known Implementing Classes:
AbstractCleanupItemsProvider, AfterRetentionCleanupItemsProvider, FlexibleSearchRetentionItemsProvider

public interface RetentionItemsProvider
The Interface for Retention Items Providers, the part of Retention Framework.
  • Method Summary

    Modifier and Type
    Method
    Description
    Select items for cleanup, returns the next batch items in the iteration.
  • Method Details

    • nextItemsForCleanup

      List<ItemToCleanup> nextItemsForCleanup()
      Select items for cleanup, returns the next batch items in the iteration.
      Returns:
      the list of items to clean up