Class MultiFileTemporaryStorageBuffer
java.lang.Object
io.jmix.flowui.component.upload.receiver.MultiFileTemporaryStorageBuffer
- All Implemented Interfaces:
com.vaadin.flow.component.upload.MultiFileReceiver,com.vaadin.flow.component.upload.Receiver,Serializable
@Deprecated(since="3.0",
forRemoval=true)
@Component("flowui_MultiFileTemporaryStorageBuffer")
@Scope("prototype")
public class MultiFileTemporaryStorageBuffer
extends Object
implements com.vaadin.flow.component.upload.MultiFileReceiver
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<UUID, TemporaryStorageFileData> Deprecated, for removal: This API element is subject to removal in a future version.protected TemporaryStorageDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionMultiFileTemporaryStorageBuffer(TemporaryStorage temporaryStorage) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable OutputStreamcreateFileOutputStream(File file) Deprecated, for removal: This API element is subject to removal in a future version.getFileData(UUID fileId) Deprecated, for removal: This API element is subject to removal in a future version.getFiles()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable OutputStreamreceiveUpload(String fileName, String mimeType) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
temporaryStorage
Deprecated, for removal: This API element is subject to removal in a future version. -
files
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
MultiFileTemporaryStorageBuffer
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
receiveUpload
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
receiveUploadin interfacecom.vaadin.flow.component.upload.Receiver
-
getFileData
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
fileId- the UUID of the file- Returns:
- temporary file data for filename or null if not found
-
getFiles
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- map of (UUID - id of the file, TemporaryStorageFileData - file data)
- See Also:
-
createFileOutputStream
Deprecated, for removal: This API element is subject to removal in a future version.
-