Interface OrphanedFilesHandler

  • All Known Implementing Classes:
    DefaultOrphanedFilesHandler

    public interface OrphanedFilesHandler
    Processes the submitted list of orphaned(*) files. Will be used by the RemoveOrphanedFilesJob
    (*) files which have no corresponding media in hybris anymore
    • Method Detail

      • process

        boolean process​(java.util.Collection<java.io.File> files)
        Processes the submitted files.
        Parameters:
        files - which will be processsed
        Returns:
        true if everything was fine