Interface PostExportAction
- 
- All Known Implementing Classes:
 ContentEntityPostExportAction,EmptyPostExportAction
public interface PostExportActionIs 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 voidapply(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
 
 - 
 
 -