Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.StorageField
-
-
Uses of StorageField in com.netgrif.application.engine.files.interfaces
Methods in com.netgrif.application.engine.files.interfaces with parameters of type StorageField Modifier and Type Method Description void
IStorageService. delete(StorageField<?> field, java.lang.String path)
java.io.InputStream
IStorageService. get(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 StorageField in com.netgrif.application.engine.files.local
Methods in com.netgrif.application.engine.files.local with parameters of type StorageField Modifier and Type Method Description void
LocalStorageService. delete(StorageField<?> field, java.lang.String path)
java.io.InputStream
LocalStorageService. get(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 StorageField in com.netgrif.application.engine.files.minio
Methods in com.netgrif.application.engine.files.minio with parameters of type StorageField Modifier and Type Method Description void
MinIoStorageService. delete(StorageField<?> field, java.lang.String path)
java.io.InputStream
MinIoStorageService. get(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 StorageField in com.netgrif.application.engine.petrinet.domain.dataset
Subclasses of StorageField in com.netgrif.application.engine.petrinet.domain.dataset Modifier and Type Class Description class
FileField
class
FileListField
Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type StorageField Constructor Description QStorageField(com.querydsl.core.types.Path<? extends StorageField> path)
QStorageField(java.lang.Class<? extends StorageField<?>> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-