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:
getInputStream
in interfacejakarta.activation.DataSource
- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStream
in interfacejakarta.activation.DataSource
- Throws:
IOException
-
getContentType
- Specified by:
getContentType
in interfacejakarta.activation.DataSource
-
getName
- Specified by:
getName
in interfacejakarta.activation.DataSource
-