Uses of Interface
org.nuxeo.ecm.core.blob.binary.BinaryManager
-
Packages that use BinaryManager Package Description org.nuxeo.ecm.blob org.nuxeo.ecm.blob.azure org.nuxeo.ecm.core.blob org.nuxeo.ecm.core.blob.binary org.nuxeo.ecm.core.storage.gcp org.nuxeo.ecm.core.storage.mongodb org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. -
-
Uses of BinaryManager in org.nuxeo.ecm.blob
Classes in org.nuxeo.ecm.blob that implement BinaryManager Modifier and Type Class Description class
AbstractCloudBinaryManager
Methods in org.nuxeo.ecm.blob that return BinaryManager Modifier and Type Method Description BinaryManager
AbstractCloudBinaryManager. getBinaryManager()
-
Uses of BinaryManager in org.nuxeo.ecm.blob.azure
Classes in org.nuxeo.ecm.blob.azure that implement BinaryManager Modifier and Type Class Description class
AzureBinaryManager
class
AzureCDNBinaryManager
-
Uses of BinaryManager in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob that return BinaryManager Modifier and Type Method Description default BinaryManager
BlobProvider. getBinaryManager()
Gets the associated binary manager, if any.BinaryManager
BlobStoreBlobProvider. getBinaryManager()
-
Uses of BinaryManager in org.nuxeo.ecm.core.blob.binary
Classes in org.nuxeo.ecm.core.blob.binary that implement BinaryManager Modifier and Type Class Description class
AbstractBinaryManager
Abstract BinaryManager implementation that provides a few utilitiesclass
AESBinaryManager
A binary manager that encrypts binaries on the filesystem using AES.class
CachingBinaryManager
Abstract class for aBinaryManager
that uses a cache for its files because fetching them is expensive.class
DefaultBinaryManager
A simple filesystem-based binary manager.class
LocalBinaryManager
A simple filesystem-based binary manager.Fields in org.nuxeo.ecm.core.blob.binary declared as BinaryManager Modifier and Type Field Description protected BinaryManager
BinaryBlobProvider. binaryManager
Methods in org.nuxeo.ecm.core.blob.binary that return BinaryManager Modifier and Type Method Description BinaryManager
BinaryBlobProvider. getBinaryManager()
Constructors in org.nuxeo.ecm.core.blob.binary with parameters of type BinaryManager Constructor Description BinaryBlobProvider(BinaryManager binaryManager)
-
Uses of BinaryManager in org.nuxeo.ecm.core.storage.gcp
Classes in org.nuxeo.ecm.core.storage.gcp that implement BinaryManager Modifier and Type Class Description class
GoogleStorageBinaryManager
A Binary Manager that stores binaries as Google Storage BLOBs -
Uses of BinaryManager in org.nuxeo.ecm.core.storage.mongodb
Classes in org.nuxeo.ecm.core.storage.mongodb that implement BinaryManager Modifier and Type Class Description class
GridFSBinaryManager
Implements theBinaryManager
andBlobProvider
interface using MongoDB GridFS.Methods in org.nuxeo.ecm.core.storage.mongodb that return BinaryManager Modifier and Type Method Description BinaryManager
GridFSBinaryManager. getBinaryManager()
-
Uses of BinaryManager in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement BinaryManager Modifier and Type Class Description class
CloudFrontBinaryManager
class
S3BinaryManager
A Binary Manager that stores binaries as S3 BLOBsFields in org.nuxeo.ecm.core.storage.sql with type parameters of type BinaryManager Modifier and Type Field Description protected static Class<? extends BinaryManager>
DatabaseHelper. defaultBinaryManager
Method parameters in org.nuxeo.ecm.core.storage.sql with type arguments of type BinaryManager Modifier and Type Method Description static void
DatabaseHelper. setBinaryManager(Class<? extends BinaryManager> binaryManagerClass, String key)
-