Interface OrphanedFilesHandler
-
- All Known Implementing Classes:
DefaultOrphanedFilesHandler
public interface OrphanedFilesHandlerProcesses the submitted list of orphaned(*) files. Will be used by theRemoveOrphanedFilesJob
(*) files which have no corresponding media in hybris anymore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanprocess(java.util.Collection<java.io.File> files)Processes the submitted files.
-