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 classAbstractCloudBinaryManagerMethods in org.nuxeo.ecm.blob that return BinaryManager Modifier and Type Method Description BinaryManagerAbstractCloudBinaryManager. 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 classAzureBinaryManagerclassAzureCDNBinaryManager -
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 BinaryManagerBlobProvider. getBinaryManager()Gets the associated binary manager, if any.BinaryManagerBlobStoreBlobProvider. 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 classAbstractBinaryManagerAbstract BinaryManager implementation that provides a few utilitiesclassAESBinaryManagerA binary manager that encrypts binaries on the filesystem using AES.classCachingBinaryManagerAbstract class for aBinaryManagerthat uses a cache for its files because fetching them is expensive.classDefaultBinaryManagerA simple filesystem-based binary manager.classLocalBinaryManagerA simple filesystem-based binary manager.Fields in org.nuxeo.ecm.core.blob.binary declared as BinaryManager Modifier and Type Field Description protected BinaryManagerBinaryBlobProvider. binaryManagerMethods in org.nuxeo.ecm.core.blob.binary that return BinaryManager Modifier and Type Method Description BinaryManagerBinaryBlobProvider. 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 classGoogleStorageBinaryManagerA 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 classGridFSBinaryManagerImplements theBinaryManagerandBlobProviderinterface using MongoDB GridFS.Methods in org.nuxeo.ecm.core.storage.mongodb that return BinaryManager Modifier and Type Method Description BinaryManagerGridFSBinaryManager. 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 classCloudFrontBinaryManagerclassS3BinaryManagerA 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. defaultBinaryManagerMethod parameters in org.nuxeo.ecm.core.storage.sql with type arguments of type BinaryManager Modifier and Type Method Description static voidDatabaseHelper. setBinaryManager(Class<? extends BinaryManager> binaryManagerClass, String key)
-