Package org.forgerock.audit.retention
Interface RetentionHooks
- All Known Implementing Classes:
 RetentionHooks.NullRetentionHooks
public interface RetentionHooks
Hook into the retention checking operations for a file.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionvoidMethod to run an action just before the file is run through theRetentionPolicy's. 
- 
Method Details
- 
postRetentionAction
Method to run an action just before the file is run through theRetentionPolicy's.- Throws:
 IOException- If the pre action fails.
 
 -