Uses of Interface
com.netgrif.application.engine.files.interfaces.IStorageService
-
Packages that use IStorageService Package Description com.netgrif.application.engine.files com.netgrif.application.engine.files.local com.netgrif.application.engine.files.minio -
-
Uses of IStorageService in com.netgrif.application.engine.files
Methods in com.netgrif.application.engine.files that return IStorageService Modifier and Type Method Description IStorageServiceIStorageResolverService. resolve(java.lang.String type)IStorageServiceStorageResolverService. resolve(java.lang.String type) -
Uses of IStorageService in com.netgrif.application.engine.files.local
Classes in com.netgrif.application.engine.files.local that implement IStorageService Modifier and Type Class Description classLocalStorageService -
Uses of IStorageService in com.netgrif.application.engine.files.minio
Classes in com.netgrif.application.engine.files.minio that implement IStorageService Modifier and Type Class Description classMinIoStorageService
-