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 classBlobManagerComponentImplementation of the service managing the storage and retrieval ofBlobs, through internally-registeredBlobProviders. -
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 BlobManagerDBSRepositoryBase. blobManagerMethods in org.nuxeo.ecm.core.storage.dbs that return BlobManager Modifier and Type Method Description BlobManagerDBSCachingRepository. getBlobManager()BlobManagerDBSRepository. getBlobManager()Gets the blob manager.BlobManagerDBSRepositoryBase. getBlobManager()
-