Package de.hybris.platform.retention
Interface RetentionCleanupAction
-
- All Known Implementing Classes:
AbstractExtensibleRemoveCleanupAction,BasicRemoveCleanupAction,DefaultCSTicketStagnationAction,DefaultCustomerCleanupRelatedObjectsAction,DefaultExtensibleRemoveCleanupAction
public interface RetentionCleanupActionThe Interface for Retention Cleanup Actions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanup(AfterRetentionCleanupJobPerformable retentionJob, AbstractRetentionRuleModel rule, ItemToCleanup item)Cleans up given item according to given rule, processed by retention job.
-
-
-
Method Detail
-
cleanup
void cleanup(AfterRetentionCleanupJobPerformable retentionJob, AbstractRetentionRuleModel rule, ItemToCleanup item)
Cleans up given item according to given rule, processed by retention job.- Parameters:
retentionJob- the retention jobrule- the retention rule that can provide additional logicitem- the item to be cleaned up
-
-