Uses of Interface
org.nuxeo.ecm.core.blob.binary.BinaryManager
Packages that use BinaryManager
Package
Description
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 BinaryManagerMethods in org.nuxeo.ecm.blob that return BinaryManager -
Uses of BinaryManager in org.nuxeo.ecm.blob.azure
Classes in org.nuxeo.ecm.blob.azure that implement BinaryManagerModifier and TypeClassDescriptionclass
Deprecated.since 2023.9, useAzureBlobProvider
insteadclass
Deprecated.since 2023.9, useAzureBlobProvider
configured with direct download and a CDN host instead -
Uses of BinaryManager in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob that return BinaryManagerModifier and TypeMethodDescriptiondefault BinaryManager
BlobProvider.getBinaryManager()
Deprecated.since 2023.9, UseBlobProvider
instead -
Uses of BinaryManager in org.nuxeo.ecm.core.blob.binary
Classes in org.nuxeo.ecm.core.blob.binary that implement BinaryManagerModifier and TypeClassDescriptionclass
Deprecated.since 2023.9, preferBlobStoreBlobProvider
implementation insteadclass
Deprecated.since 2023.9, useAESBlobProvider
insteadclass
Deprecated.since 2023.9, useCachingBlobStore
insteadclass
Deprecated.since 2023.9, useLocalBlobProvider
insteadclass
Deprecated.since 2023.9, useLocalBlobProvider
insteadFields in org.nuxeo.ecm.core.blob.binary declared as BinaryManagerModifier and TypeFieldDescriptionprotected final BinaryManager
BinaryBlobProvider.binaryManager
Deprecated.Methods in org.nuxeo.ecm.core.blob.binary that return BinaryManagerConstructors in org.nuxeo.ecm.core.blob.binary with parameters of type BinaryManager -
Uses of BinaryManager in org.nuxeo.ecm.core.storage.gcp
Classes in org.nuxeo.ecm.core.storage.gcp that implement BinaryManagerModifier and TypeClassDescriptionclass
Deprecated.since 2023.9, useGoogleStorageBlobProvider
instead -
Uses of BinaryManager in org.nuxeo.ecm.core.storage.mongodb
Classes in org.nuxeo.ecm.core.storage.mongodb that implement BinaryManagerMethods in org.nuxeo.ecm.core.storage.mongodb that return BinaryManager -
Uses of BinaryManager in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement BinaryManagerModifier and TypeClassDescriptionclass
Deprecated.since 2023.9, useS3BlobProvider
configured with direct download andCloudFrontConfiguration
insteadclass
Deprecated.since 2023.9, useS3BlobProvider
insteadMethod parameters in org.nuxeo.ecm.core.storage.sql with type arguments of type BinaryManagerModifier and TypeMethodDescriptionstatic void
DatabaseHelper.setBinaryManager
(Class<? extends BinaryManager> binaryManagerClass, String key) Deprecated.since 2023.9, useDatabaseHelper.setBlobProvider(Class, String)
instead
BlobStoreBlobProvider
instead