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 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.BlobAccessor Modifier and Type Method Description voidDocument. 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 classBaseDocument.StateBlobAccessorFields in org.nuxeo.ecm.core.storage with type parameters of type Document.BlobAccessor Modifier and Type Field Description protected Consumer<Document.BlobAccessor>BaseDocument.Visit. blobVisitorMethod parameters in org.nuxeo.ecm.core.storage with type arguments of type Document.BlobAccessor Modifier and Type Method Description protected 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.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 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.BlobAccessor Modifier and Type Method Description voidDBSDocument. 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 voidSQLDocumentLive. visitBlobs(Consumer<Document.BlobAccessor> blobVisitor)voidSQLDocumentProxy. visitBlobs(Consumer<Document.BlobAccessor> blobVisitor)
-