Class MailMessageBlobHolder
java.lang.Object
org.nuxeo.ecm.core.api.blobholder.AbstractBlobHolder
org.nuxeo.ecm.core.api.blobholder.DocumentBlobHolder
org.nuxeo.ecm.platform.mail.adapter.MailMessageBlobHolder
- All Implemented Interfaces:
BlobHolder
BlobHolder for MailMessage documents. The blob returned is a StringBlob with the mail body message as content.
- Since:
- 5.7.3
- Author:
- ldoguin
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.api.blobholder.DocumentBlobHolder
blobList, doc, xPath
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.blobholder.DocumentBlobHolder
asDirectBlobHolder, computeBlobList, getBasePath, getBlobs, getDocument, getFullXPath, getHash, getModificationDate, getProperties, getProperty, getXpath, setBlob
Methods inherited from class org.nuxeo.ecm.core.api.blobholder.AbstractBlobHolder
getFilePath, getMD5Digest
-
Field Details
-
isHtmlPattern
-
-
Constructor Details
-
MailMessageBlobHolder
-
-
Method Details
-
getBlob
Description copied from interface:BlobHolder
Returns the Blob held inside the object.- Specified by:
getBlob
in interfaceBlobHolder
- Overrides:
getBlob
in classDocumentBlobHolder
-