Interface RawFileServiceLocal

    • Method Detail

      • deleteExpiredTemp

        long deleteExpiredTemp()
        Deletes the expired temporary files from the database and the corresponding contents from the content storage.
      • findAs

        <T extends RawFile> T findAs​(Class<T> clazz,
                                     Long id)
        Finds the given raw file subclass by id
      • move

        void move​(TempFile temp,
                  StoredFile image)
        Move the content of the given temporary file to a final destination