Class TemporaryStorageFileData
java.lang.Object
io.jmix.flowui.component.upload.receiver.TemporaryStorageFileData
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TemporaryStorage.FileInfoDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionTemporaryStorageFileData(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. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
fileName
Deprecated, for removal: This API element is subject to removal in a future version. -
mimeType
Deprecated, for removal: This API element is subject to removal in a future version. -
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 namemimeType- the file MIME typefileInfo- the file info from temporary storage
-
-
Method Details
-
getMimeType
Deprecated, for removal: This API element is subject to removal in a future version. -
getFileName
Deprecated, for removal: This API element is subject to removal in a future version. -
getFileInfo
Deprecated, for removal: This API element is subject to removal in a future version.
-