Package io.jmix.graphql.service
Class FileService
java.lang.Object
io.jmix.graphql.service.FileService
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFileStorage
(String storageName) saveFileIntoStorage
(org.springframework.web.multipart.MultipartFile multipartFile, FileStorage storage)
-
Field Details
-
fileStorageLocator
-
-
Constructor Details
-
FileService
public FileService()
-
-
Method Details
-
saveFileIntoStorage
public FileRef saveFileIntoStorage(org.springframework.web.multipart.MultipartFile multipartFile, FileStorage storage) throws IOException - Throws:
IOException
-
getFileStorage
- Throws:
Exception
-