Package org.nuxeo.ecm.core.blob
Class BlobInfoContext
- java.lang.Object
-
- org.nuxeo.ecm.core.blob.BlobInfoContext
-
public class BlobInfoContext extends Object
Context of blob being read (what document it's part of, its xpath, etc.).- Since:
- 11.1
-
-
Constructor Summary
Constructors Constructor Description BlobInfoContext(BlobInfo blobInfo, Document doc, String xpath)
-