Uses of Interface
org.nuxeo.ecm.core.model.Document.BlobAccessor
-
Packages that use Document.BlobAccessor Package Description org.nuxeo.ecm.core.blob org.nuxeo.ecm.core.model org.nuxeo.ecm.core.storage org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.sql.coremodel -
-
Uses of Document.BlobAccessor in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob with parameters of type Document.BlobAccessor Modifier and Type Method Description protected 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.BlobAccessor Modifier and Type Method Description void
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.BlobAccessor Modifier and Type Class Description protected class
BaseDocument.StateBlobAccessor
Fields in org.nuxeo.ecm.core.storage with type parameters of type Document.BlobAccessor Modifier and Type Field Description protected Consumer<Document.BlobAccessor>
BaseDocument.Visit. blobVisitor
Method parameters in org.nuxeo.ecm.core.storage with type arguments of type Document.BlobAccessor Modifier and Type Method Description protected 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.BlobAccessor Constructor Description Visit(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.BlobAccessor Modifier and Type Method Description protected 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.BlobAccessor Modifier and Type Method Description void
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.BlobAccessor Modifier and Type Method Description void
SQLDocumentLive. visitBlobs(Consumer<Document.BlobAccessor> blobVisitor)
void
SQLDocumentProxy. visitBlobs(Consumer<Document.BlobAccessor> blobVisitor)
-