Class TemporaryStorageFileData

java.lang.Object
io.jmix.flowui.component.upload.receiver.TemporaryStorageFileData

@Deprecated(since="3.0", forRemoval=true) public class TemporaryStorageFileData extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • fileName

      protected String fileName
      Deprecated, for removal: This API element is subject to removal in a future version.
    • mimeType

      protected String mimeType
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fileInfo

      protected TemporaryStorage.FileInfo fileInfo
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • TemporaryStorageFileData

      public TemporaryStorageFileData(String fileName, String mimeType, TemporaryStorage.FileInfo fileInfo)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create a FileData instance for a file.
      Parameters:
      fileName - the file name
      mimeType - the file MIME type
      fileInfo - the file info from temporary storage
  • Method Details

    • getMimeType

      public String getMimeType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getFileName

      public String getFileName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getFileInfo

      public TemporaryStorage.FileInfo getFileInfo()
      Deprecated, for removal: This API element is subject to removal in a future version.