Package bpmn.handler.email_handler
Class SqlAttachmentsEmailHandler
java.lang.Object
bpmn.handler.email_handler.EmailHandler
bpmn.handler.email_handler.SqlAttachmentsEmailHandler
- All Implemented Interfaces:
TaskHandler
- Author:
- m.popov
Handler for sending emails via SMTP-server
SmtpConfiguration
. In this handler list of attachments is taken from DB (added to Attachment[] list inEmailHandler
).
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class bpmn.handler.email_handler.EmailHandler
addressArrayDelimiter, attachments, body, bodyArrayDelimiter, copy, emailListeners, hiddenCopy, smtpConfiguration, subject, to
Fields inherited from interface ru.cg.webbpm.modules.bpmn.beans.handler.TaskHandler
contextLocal
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class bpmn.handler.email_handler.EmailHandler
executeHandler, setEmailService
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.modules.bpmn.beans.handler.TaskHandler
clearContext, getContext, setContext
-
Field Details
-
dao
-
fileNameColumn
@LocalGraphSource(sourceFieldName="dao") @TypedColumn(colTypes={STRING,ENUM}) public EntityColumn fileNameColumn -
fileContentColumn
@LocalGraphSource(sourceFieldName="dao") @TypedColumn(colTypes=BINARY) public EntityColumn fileContentColumn
-
-
Constructor Details
-
SqlAttachmentsEmailHandler
public SqlAttachmentsEmailHandler()
-
-
Method Details
-
getAttachmentModels
- Overrides:
getAttachmentModels
in classEmailHandler
-