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 Modifier and Type Interface Description static class
RetentionHooks.NullRetentionHooks
RetentionHooks
that do nothing.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postRetentionAction()
Method to run an action just before the file is run through theRetentionPolicy
's.
-
-
-
Method Detail
-
postRetentionAction
void postRetentionAction() throws IOException
Method to run an action just before the file is run through theRetentionPolicy
's.- Throws:
IOException
- If the pre action fails.
-
-