Class TemporaryStorage.FileInfo

java.lang.Object
io.jmix.flowui.upload.TemporaryStorage.FileInfo
Enclosing interface:
TemporaryStorage

public static class TemporaryStorage.FileInfo extends Object
Encapsulates metadata about a file that is temporarily stored.
  • Constructor Details

    • FileInfo

      public FileInfo(File file, UUID id)
  • Method Details

    • getFile

      public File getFile()
      Returns the associated file.
      Returns:
      the associated file
    • getId

      public UUID getId()
      Returns the unique identifier associated with the file.
      Returns:
      the unique identifier