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 Summary

    Modifier and Type
    Method
    Description
    boolean
    Processes the submitted files.
  • Method Details

    • process

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