Package org.nuxeo.ecm.core.model
Interface Document.BlobAccessor
-
- All Known Implementing Classes:
BaseDocument.StateBlobAccessor
- Enclosing interface:
- Document
public static interface Document.BlobAccessor
An accessor that can read or write a blob and know its xpath.- Since:
- 7.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobgetBlob()Gets the blob.StringgetXPath()Gets the blob's xpath.voidsetBlob(Blob blob)Sets the blob.
-