public class BasicRemoveCleanupAction extends java.lang.Object implements RetentionCleanupAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SPRING_ID |
| Constructor and Description |
|---|
BasicRemoveCleanupAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(AfterRetentionCleanupJobPerformable retentionJob,
AbstractRetentionRuleModel rule,
ItemToCleanup item)
Cleans up given item according to given rule, processed by retention job.
|
void |
setModelService(ModelService modelService) |
void |
setWriteAuditGateway(WriteAuditGateway writeAuditGateway) |
public static final java.lang.String SPRING_ID
public void cleanup(AfterRetentionCleanupJobPerformable retentionJob, AbstractRetentionRuleModel rule, ItemToCleanup item)
RetentionCleanupActioncleanup in interface RetentionCleanupActionretentionJob - the retention jobrule - the retention rule that can provide additional logicitem - the item to be cleaned uppublic void setModelService(ModelService modelService)
public void setWriteAuditGateway(WriteAuditGateway writeAuditGateway)
Copyright © 2018 SAP SE. All Rights Reserved.