public static class MailActivityBehavior.ContentItemDataSourceWrapper extends Object implements DataSource
| Modifier and Type | Field and Description |
|---|---|
protected ContentItem |
contentItem |
| Constructor and Description |
|---|
ContentItemDataSourceWrapper(ContentItem contentItem) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
protected ContentItem contentItem
public ContentItemDataSourceWrapper(ContentItem contentItem)
public InputStream getInputStream() throws IOException
getInputStream in interface DataSourceIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream in interface DataSourceIOExceptionpublic String getContentType()
getContentType in interface DataSourcepublic String getName()
getName in interface DataSourceCopyright © 2020 Flowable. All rights reserved.