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
FieldsFields inherited from class org.nuxeo.ecm.core.api.blobholder.DocumentBlobHolder
blobList, doc, xPath -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.blobholder.DocumentBlobHolder
asDirectBlobHolder, computeBlobList, getBasePath, getBlobs, getDocument, getFullXPath, getHash, getModificationDate, getProperties, getProperty, getXpath, setBlobMethods 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:BlobHolderReturns the Blob held inside the object.- Specified by:
getBlobin interfaceBlobHolder- Overrides:
getBlobin classDocumentBlobHolder
-