Uses of Class
org.nuxeo.ecm.core.blob.AbstractBlobProvider
-
-
Uses of AbstractBlobProvider in org.nuxeo.ecm.blob.azure
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.blob.azure Modifier and Type Class Description class
AzureBlobProvider
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 Modifier and Type Class Description class
S3BlobProvider
Blob provider that stores files in S3. -
Uses of AbstractBlobProvider in org.nuxeo.ecm.core.blob
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.core.blob Modifier and Type Class Description class
AESBlobProvider
A blob provider that encrypts binaries on the filesystem using AES.class
BlobStoreBlobProvider
ABlobProvider
implemented on top of an underlyingBlobStore
.class
FilesystemBlobProvider
Blob provider that can reference files on the filesystem.class
InMemoryBlobProvider
Blob storage in memory, mostly for unit tests.class
LocalBlobProvider
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.gcp Modifier and Type Class Description class
GoogleStorageBlobProvider
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.blob Modifier and Type Class Description class
GridFSBlobProvider
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.box Modifier and Type Class Description class
BoxBlobProvider
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 Modifier and Type Class Description class
AbstractLiveConnectBlobProvider<O extends OAuth2ServiceProvider>
Basic implementation ofBlobProvider
for live connect. -
Uses of AbstractBlobProvider in org.nuxeo.ecm.liveconnect.google.drive
Subclasses of AbstractBlobProvider in org.nuxeo.ecm.liveconnect.google.drive Modifier and Type Class Description class
GoogleDriveBlobProvider
Provider for blobs getting information from Google Drive.
-