| 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 |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultBlobDispatcher.checkBlob(Document doc,
Document.BlobAccessor accessor) |
protected void |
DocumentBlobManagerComponent.freezeVersion(Document.BlobAccessor accessor,
Document doc) |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.visitBlobs(Consumer<Document.BlobAccessor> blobVisitor)
Visits all the blobs of this document and calls the passed blob visitor on each one.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
BaseDocument.StateBlobAccessor |
| Modifier and Type | Field and Description |
|---|---|
protected Consumer<Document.BlobAccessor> |
BaseDocument.Visit.blobVisitor |
| Modifier and Type | Method and 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 and Description |
|---|
Visit(Consumer<Document.BlobAccessor> blobVisitor,
Runnable markDirty) |
| Modifier and Type | Method and Description |
|---|---|
void |
DBSDocument.visitBlobs(Consumer<Document.BlobAccessor> blobVisitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLDocumentProxy.visitBlobs(Consumer<Document.BlobAccessor> blobVisitor) |
void |
SQLDocumentLive.visitBlobs(Consumer<Document.BlobAccessor> blobVisitor) |
Copyright © 2019 Nuxeo. All rights reserved.