Package org.nuxeo.ecm.core.blob
Class BlobContext
java.lang.Object
org.nuxeo.ecm.core.blob.BlobContext
Context of blob (what document it's part of, its xpath, etc.).
- Since:
- 11.1
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBlobContext
(Blob blob) BlobContext
(Blob blob, String docId, String xpath) BlobContext
(Blob blob, Document doc, String xpath) BlobContext
(Document doc, String xpath) -
Method Summary
-
Field Details
-
blob
-
repositoryName
-
docId
-
xpath
-
-
Constructor Details
-
BlobContext
-
BlobContext
-
BlobContext
-
BlobContext
-