Package | Description |
---|---|
org.nuxeo.ecm.core.blob |
Modifier and Type | Method and Description |
---|---|
default BlobDispatcher.BlobDispatch |
BlobDispatcher.getBlobProvider(Document doc,
Blob blob)
Deprecated.
since 9.1, use
BlobDispatcher.getBlobProvider(Document, Blob, String) instead |
BlobDispatcher.BlobDispatch |
DefaultBlobDispatcher.getBlobProvider(Document doc,
Blob blob,
String xpath) |
BlobDispatcher.BlobDispatch |
BlobDispatcher.getBlobProvider(Document doc,
Blob blob,
String xpath)
Decides which
BlobProvider to use to write the given blob, and whether the provider id should be added as
prefix to the managed blob key. |
Copyright © 2017 Nuxeo. All rights reserved.