Interface PostExportAction
-
- All Known Implementing Classes:
ContentEntityPostExportAction
,EmptyPostExportAction
public interface PostExportAction
Is used to perform any additional actions on entity objects after they have been exported
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(List<EntityObjectReadyForExport> entities)
Performs action on a collection of Entities after they have been exported
-
-
-
Method Detail
-
apply
void apply(List<EntityObjectReadyForExport> entities) throws BackupRestoreException
Performs action on a collection of Entities after they have been exported- Throws:
BackupRestoreException
-
-