Package org.flowable.mail.common.impl
Class BaseMailActivityDelegate.ContentItemDataSourceWrapper
java.lang.Object
org.flowable.mail.common.impl.BaseMailActivityDelegate.ContentItemDataSourceWrapper
- All Implemented Interfaces:
jakarta.activation.DataSource
- Enclosing class:
- BaseMailActivityDelegate<V extends VariableContainer>
public static class BaseMailActivityDelegate.ContentItemDataSourceWrapper
extends Object
implements jakarta.activation.DataSource
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContentItemDataSourceWrapper(ContentItem contentItem, ContentService contentService) -
Method Summary
-
Field Details
-
contentItem
-
contentService
-
-
Constructor Details
-
ContentItemDataSourceWrapper
-
-
Method Details
-
getInputStream
- Specified by:
getInputStreamin interfacejakarta.activation.DataSource- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStreamin interfacejakarta.activation.DataSource- Throws:
IOException
-
getContentType
- Specified by:
getContentTypein interfacejakarta.activation.DataSource
-
getName
- Specified by:
getNamein interfacejakarta.activation.DataSource
-