Interface OMAttachmentAccessor

All Known Implementing Classes:
Attachments

public interface OMAttachmentAccessor
Interface to look up MIME parts.
  • Method Summary

    Modifier and Type
    Method
    Description
    getBlob(String contentID)
    Get the content of the MIME part identified by a given content ID.
  • Method Details

    • getBlob

      Blob getBlob(String contentID)
      Get the content of the MIME part identified by a given content ID.
      Parameters:
      contentID - the raw content ID (without the surrounding angle brackets and cid: prefix) of the MIME part
      Returns:
      the content of the MIME part referred by the content ID or null if the MIME part referred by the content ID does not exist