Uses of Class
net.n2oapp.framework.sandbox.cases.fileupload.FileModel
Packages that use FileModel
-
Uses of FileModel in net.n2oapp.framework.sandbox.cases.fileupload
Methods in net.n2oapp.framework.sandbox.cases.fileupload that return FileModelModifier and TypeMethodDescriptionFileStorageController.storeFile(org.springframework.web.multipart.MultipartFile file, String url, String storeKey) Methods in net.n2oapp.framework.sandbox.cases.fileupload that return types with arguments of type FileModelModifier and TypeMethodDescriptionPersonModel.getDocs()org.springframework.http.ResponseEntity<FileModel>FilesRestController.uploadFile(org.springframework.web.multipart.MultipartFile file, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<FileModel>PersonDocRestController.uploadFile(String personId, org.springframework.web.multipart.MultipartFile file, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<FileModel>FilesRestController.uploadStoreFile(String storeKey, org.springframework.web.multipart.MultipartFile file, jakarta.servlet.http.HttpServletRequest request) Methods in net.n2oapp.framework.sandbox.cases.fileupload with parameters of type FileModel