Package org.forgerock.audit.retention
Interface RetentionHooks
- 
- All Known Implementing Classes:
 RetentionHooks.NullRetentionHooks
public interface RetentionHooksHook into the retention checking operations for a file. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRetentionHooks.NullRetentionHooksRetentionHooksthat do nothing. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostRetentionAction()Method to run an action just before the file is run through theRetentionPolicy's. 
 - 
 
- 
- 
Method Detail
- 
postRetentionAction
void postRetentionAction() throws IOExceptionMethod to run an action just before the file is run through theRetentionPolicy's.- Throws:
 IOException- If the pre action fails.
 
 - 
 
 -