Uses of Class
com.netgrif.application.engine.files.throwable.StorageException
- 
- 
Uses of StorageException in com.netgrif.application.engine.files.interfaces
Methods in com.netgrif.application.engine.files.interfaces that throw StorageException Modifier and Type Method Description voidIStorageService. delete(StorageField<?> field, java.lang.String path)booleanIStorageService. save(StorageField<?> field, java.lang.String path, java.io.InputStream stream)booleanIStorageService. save(StorageField<?> field, java.lang.String path, org.springframework.web.multipart.MultipartFile file) - 
Uses of StorageException in com.netgrif.application.engine.files.local
Methods in com.netgrif.application.engine.files.local that throw StorageException Modifier and Type Method Description voidLocalStorageService. delete(StorageField<?> field, java.lang.String path)booleanLocalStorageService. save(StorageField<?> field, java.lang.String path, java.io.InputStream stream)booleanLocalStorageService. save(StorageField<?> field, java.lang.String path, org.springframework.web.multipart.MultipartFile file) - 
Uses of StorageException in com.netgrif.application.engine.files.minio
Methods in com.netgrif.application.engine.files.minio that throw StorageException Modifier and Type Method Description voidMinIoStorageService. delete(StorageField<?> field, java.lang.String path)booleanMinIoStorageService. save(StorageField<?> field, java.lang.String path, java.io.InputStream stream)booleanMinIoStorageService. save(StorageField<?> field, java.lang.String path, org.springframework.web.multipart.MultipartFile file) - 
Uses of StorageException in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that throw StorageException Modifier and Type Method Description java.io.InputStreamDataService. download(FileListField field, FileFieldValue fieldValue) - 
Uses of StorageException in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that throw StorageException Modifier and Type Method Description java.io.InputStreamIDataService. download(FileListField field, FileFieldValue name) 
 -