Interface IUploadPostProcessor

All Known Implementing Classes:
ExifDataProcessor

public interface IUploadPostProcessor
(Workaround to enable the postprocessing of uploads outside of fc-form-common)
  • Method Details

    • isProcessable

      boolean isProcessable(IXUpload upload)
      Parameters:
      upload - the source upload
      Returns:
      true if the provided upload can be processed by this processor, false if not.
    • process

      IXUpload process(IXUpload upload) throws IOException
      Parameters:
      upload - the upload to be procesed
      Returns:
      the resulting data
      Throws:
      IOException - in case of I/O errors