public abstract class AbstractExtensibleRemoveCleanupAction<MODEL extends ItemModel> extends java.lang.Object implements RetentionCleanupAction
| Constructor and Description |
|---|
AbstractExtensibleRemoveCleanupAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanupRelatedObjects(MODEL itemModel) |
protected java.util.List<ItemCleanupHook> |
getCleanupHooks() |
protected ModelService |
getModelService() |
protected void |
removeAuditRecords(ItemToCleanup item) |
void |
setAuditScopeInvalidator(AuditScopeInvalidator auditScopeInvalidator) |
void |
setItemCleanupHooks(java.util.List<ItemCleanupHook> itemCleanupHooks) |
void |
setModelService(ModelService modelService) |
void |
setWriteAuditGateway(WriteAuditGateway writeAuditGateway) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanuppublic AbstractExtensibleRemoveCleanupAction()
protected void cleanupRelatedObjects(MODEL itemModel)
protected java.util.List<ItemCleanupHook> getCleanupHooks()
protected void removeAuditRecords(ItemToCleanup item)
public void setItemCleanupHooks(java.util.List<ItemCleanupHook> itemCleanupHooks)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
public void setWriteAuditGateway(WriteAuditGateway writeAuditGateway)
public void setAuditScopeInvalidator(AuditScopeInvalidator auditScopeInvalidator)
Copyright © 2018 SAP SE. All Rights Reserved.