Uses of Class
org.nuxeo.ecm.core.blob.BlobDispatcher.BlobDispatch
-
Packages that use BlobDispatcher.BlobDispatch Package Description org.nuxeo.ecm.core.blob -
-
Uses of BlobDispatcher.BlobDispatch in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob that return BlobDispatcher.BlobDispatch Modifier and Type Method Description default BlobDispatcher.BlobDispatch
BlobDispatcher. getBlobProvider(Document doc, Blob blob)
Deprecated.since 9.1, useBlobDispatcher.getBlobProvider(Document, Blob, String)
insteadBlobDispatcher.BlobDispatch
BlobDispatcher. getBlobProvider(Document doc, Blob blob, String xpath)
Decides whichBlobProvider
to use to write the given blob, and whether the provider id should be added as prefix to the managed blob key.BlobDispatcher.BlobDispatch
DefaultBlobDispatcher. getBlobProvider(Document doc, Blob blob, String xpath)
-