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.BlobDispatchBlobDispatcher. getBlobProvider(Document doc, Blob blob)Deprecated.since 9.1, useBlobDispatcher.getBlobProvider(Document, Blob, String)insteadBlobDispatcher.BlobDispatchBlobDispatcher. getBlobProvider(Document doc, Blob blob, String xpath)Decides whichBlobProviderto use to write the given blob, and whether the provider id should be added as prefix to the managed blob key.BlobDispatcher.BlobDispatchDefaultBlobDispatcher. getBlobProvider(Document doc, Blob blob, String xpath)
-