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 void
IStorageService. delete(StorageField<?> field, java.lang.String path)
boolean
IStorageService. save(StorageField<?> field, java.lang.String path, java.io.InputStream stream)
boolean
IStorageService. 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 void
LocalStorageService. delete(StorageField<?> field, java.lang.String path)
boolean
LocalStorageService. save(StorageField<?> field, java.lang.String path, java.io.InputStream stream)
boolean
LocalStorageService. 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 void
MinIoStorageService. delete(StorageField<?> field, java.lang.String path)
boolean
MinIoStorageService. save(StorageField<?> field, java.lang.String path, java.io.InputStream stream)
boolean
MinIoStorageService. 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.InputStream
DataService. 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.InputStream
IDataService. download(FileListField field, FileFieldValue name)
-