Uses of Interface
org.nuxeo.ecm.core.blob.BlobManager
-
Packages that use BlobManager Package Description org.nuxeo.ecm.core.blob org.nuxeo.ecm.core.storage.dbs -
-
Uses of BlobManager in org.nuxeo.ecm.core.blob
Classes in org.nuxeo.ecm.core.blob that implement BlobManager Modifier and Type Class Description class
BlobManagerComponent
Implementation of the service managing the storage and retrieval ofBlob
s, through internally-registeredBlobProvider
s. -
Uses of BlobManager in org.nuxeo.ecm.core.storage.dbs
Fields in org.nuxeo.ecm.core.storage.dbs declared as BlobManager Modifier and Type Field Description protected BlobManager
DBSRepositoryBase. blobManager
Methods in org.nuxeo.ecm.core.storage.dbs that return BlobManager Modifier and Type Method Description BlobManager
DBSCachingRepository. getBlobManager()
BlobManager
DBSRepository. getBlobManager()
Gets the blob manager.BlobManager
DBSRepositoryBase. getBlobManager()
-