Uses of Record Class
com.vaadin.flow.server.streams.UploadMetadata
Packages that use UploadMetadata
-
Uses of UploadMetadata in com.vaadin.flow.server.streams
Methods in com.vaadin.flow.server.streams with parameters of type UploadMetadataModifier and TypeMethodDescriptionvoidFileUploadCallback.complete(UploadMetadata metadata, File file) Applies the given callback once the file upload is complete.voidInMemoryUploadCallback.complete(UploadMetadata metadata, byte[] data) Applies the given callback once the in-memory data upload is complete.FileFactory.createFile(UploadMetadata uploadMetadata) Create a new file for given file name.TemporaryFileFactory.createFile(UploadMetadata uploadMetadata) Create a new temporary file for filename.