Class MailActivityBehavior.ContentItemDataSourceWrapper

java.lang.Object
org.flowable.cmmn.engine.impl.behavior.impl.MailActivityBehavior.ContentItemDataSourceWrapper
All Implemented Interfaces:
javax.activation.DataSource
Enclosing class:
MailActivityBehavior

public static class MailActivityBehavior.ContentItemDataSourceWrapper extends Object implements javax.activation.DataSource
  • Field Details

  • Constructor Details

    • ContentItemDataSourceWrapper

      public ContentItemDataSourceWrapper(ContentItem contentItem)
  • Method Details

    • getInputStream

      public InputStream getInputStream() throws IOException
      Specified by:
      getInputStream in interface javax.activation.DataSource
      Throws:
      IOException
    • getOutputStream

      public OutputStream getOutputStream() throws IOException
      Specified by:
      getOutputStream in interface javax.activation.DataSource
      Throws:
      IOException
    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface javax.activation.DataSource
    • getName

      public String getName()
      Specified by:
      getName in interface javax.activation.DataSource