Uses of Class
org.nuxeo.ecm.core.blob.AbstractBlobProvider
Packages that use AbstractBlobProvider
Package
Description
-
Uses of AbstractBlobProvider in org.nuxeo.ecm.blob.azure
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.blob.azureModifier and TypeClassDescriptionclass
Blob provider that stores files in Azure Storage. -
Uses of AbstractBlobProvider in org.nuxeo.ecm.blob.s3
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.blob.s3 -
Uses of AbstractBlobProvider in org.nuxeo.ecm.core.blob
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.core.blobModifier and TypeClassDescriptionclass
A blob provider that encrypts binaries on the filesystem using AES.class
ABlobProvider
implemented on top of an underlyingBlobStore
.class
Blob provider that can reference files on the filesystem.class
Blob storage in memory, mostly for unit tests.class
A simple blob provider storing blobs on the local filesystem. -
Uses of AbstractBlobProvider in org.nuxeo.ecm.core.storage.gcp
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.core.storage.gcpModifier and TypeClassDescriptionclass
Blob provider that stores files in Google Cloud Storage. -
Uses of AbstractBlobProvider in org.nuxeo.ecm.core.storage.mongodb.blob
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.core.storage.mongodb.blobModifier and TypeClassDescriptionclass
Blob provider that stores files in MongoDB GridFS. -
Uses of AbstractBlobProvider in org.nuxeo.ecm.liveconnect.box
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.liveconnect.boxModifier and TypeClassDescriptionclass
Provider for blobs getting information from Box. -
Uses of AbstractBlobProvider in org.nuxeo.ecm.liveconnect.core
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.liveconnect.core -
Uses of AbstractBlobProvider in org.nuxeo.ecm.liveconnect.google.drive
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.liveconnect.google.driveModifier and TypeClassDescriptionclass
Provider for blobs getting information from Google Drive.