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
Modifier and TypeMethodDescriptionvoid
apply
(List<EntityObjectReadyForExport> entities) Performs action on a collection of Entities after they have been exported
-
Method Details
-
apply
Performs action on a collection of Entities after they have been exported- Throws:
BackupRestoreException
-