Package de.hybris.platform.retention
Interface RetentionItemsProvider
-
- All Known Implementing Classes:
AbstractCleanupItemsProvider,AfterRetentionCleanupItemsProvider,FlexibleSearchRetentionItemsProvider
public interface RetentionItemsProviderThe Interface for Retention Items Providers, the part of Retention Framework.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ItemToCleanup>nextItemsForCleanup()Select items for cleanup, returns the next batch items in the iteration.
-
-
-
Method Detail
-
nextItemsForCleanup
java.util.List<ItemToCleanup> nextItemsForCleanup()
Select items for cleanup, returns the next batch items in the iteration.- Returns:
- the list of items to clean up
-
-