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 voidDefaultBlobDispatcher.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 voidDocumentBlobManagerComponent.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 TypeMethodDescriptionvoidDocument.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.BlobAccessorModifier and TypeClassDescriptionprotected classprotected classFields in org.nuxeo.ecm.core.storage with type parameters of type Document.BlobAccessorModifier and TypeFieldDescriptionprotected final Consumer<Document.BlobAccessor>BaseDocument.Visit.blobVisitorMethod parameters in org.nuxeo.ecm.core.storage with type arguments of type Document.BlobAccessorModifier and TypeMethodDescriptionprotected voidBaseDocument.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 voidDBSDocument.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 TypeMethodDescriptionvoidDBSDocument.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 TypeMethodDescriptionvoidSQLDocumentLive.visitBlobs(Consumer<Document.BlobAccessor> blobVisitor) voidSQLDocumentProxy.visitBlobs(Consumer<Document.BlobAccessor> blobVisitor)