Uses of Interface
org.nuxeo.ecm.core.model.Document.BlobAccessor
Packages that use Document.BlobAccessor
Package
Description
-
Uses of Document.BlobAccessor in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob with parameters of type Document.BlobAccessorModifier and TypeMethodDescriptionprotected void
DefaultBlobDispatcher.checkBlob
(Document doc, Document.BlobAccessor accessor) Checks if the blob is stored in the expected blob provider to which it's supposed to be dispatched.protected void
DocumentBlobManagerComponent.freezeVersion
(Document.BlobAccessor accessor, Document doc) -
Uses of Document.BlobAccessor in org.nuxeo.ecm.core.model
Method parameters in org.nuxeo.ecm.core.model with type arguments of type Document.BlobAccessorModifier and TypeMethodDescriptionvoid
Document.visitBlobs
(Consumer<Document.BlobAccessor> blobVisitor) Visits all the blobs of this document and calls the passed blob visitor on each one. -
Uses of Document.BlobAccessor in org.nuxeo.ecm.core.storage
Classes in org.nuxeo.ecm.core.storage that implement Document.BlobAccessorFields in org.nuxeo.ecm.core.storage with type parameters of type Document.BlobAccessorModifier and TypeFieldDescriptionprotected final Consumer<Document.BlobAccessor>
BaseDocument.Visit.blobVisitor
Method parameters in org.nuxeo.ecm.core.storage with type arguments of type Document.BlobAccessorModifier and TypeMethodDescriptionprotected void
BaseDocument.visitBlobs
(T state, Consumer<Document.BlobAccessor> blobVisitor, Runnable markDirty) Visits all the blobs of this document and calls the passed blob visitor on each one.Constructor parameters in org.nuxeo.ecm.core.storage with type arguments of type Document.BlobAccessorModifierConstructorDescriptionVisit
(Consumer<Document.BlobAccessor> blobVisitor, Runnable markDirty) -
Uses of Document.BlobAccessor in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type Document.BlobAccessorModifier and TypeMethodDescriptionprotected void
DBSDocument.replaceBlobDigest
(Document.BlobAccessor accessor, String key, String newKey, String newDigest, org.apache.commons.lang3.mutable.MutableObject<String> oldDigestHolder) Method parameters in org.nuxeo.ecm.core.storage.dbs with type arguments of type Document.BlobAccessorModifier and TypeMethodDescriptionvoid
DBSDocument.visitBlobs
(Consumer<Document.BlobAccessor> blobVisitor) -
Uses of Document.BlobAccessor in org.nuxeo.ecm.core.storage.sql.coremodel
Method parameters in org.nuxeo.ecm.core.storage.sql.coremodel with type arguments of type Document.BlobAccessorModifier and TypeMethodDescriptionvoid
SQLDocumentLive.visitBlobs
(Consumer<Document.BlobAccessor> blobVisitor) void
SQLDocumentProxy.visitBlobs
(Consumer<Document.BlobAccessor> blobVisitor)