Package de.hybris.platform.retention
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 TypeMethodDescriptionSelect 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
-