Package org.imixs.marty.plugins
Class MailPlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.workflow.engine.plugins.MailPlugin
org.imixs.marty.profile.MailPlugin
org.imixs.marty.plugins.MailPlugin
- All Implemented Interfaces:
org.imixs.workflow.Plugin
Deprecated.
This plugin is deprecated an simply overwrite the Marty Mail Plugin.
Because the plugin was used by older workflow models the plugin will not be
removed.
- Version:
- 3.0
- Author:
- rsoika
-
Field Summary
Fields inherited from class org.imixs.marty.profile.MailPlugin
INVALID_EMAIL, PROFILESERVICE_NOT_BOUND, PROPERTYSERVICE_NOT_BOUND, SNAPSHOTIDFields inherited from class org.imixs.workflow.engine.plugins.MailPlugin
CONTENTTYPE_TEXT_HTML, CONTENTTYPE_TEXT_PLAIN, ERROR_INVALID_XSL_FORMAT, ERROR_MAIL_MESSAGE, INVALID_ADDRESS, MAIL_SESSION_NAMEFields inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
INVALID_ITEMVALUE_FORMAT, INVALID_PROPERTYVALUE_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.imixs.workflow.ItemCollectionrun(org.imixs.workflow.ItemCollection adocumentContext, org.imixs.workflow.ItemCollection documentActivity) Deprecated.This method adds the attachments of the blob workitem to the MimeMessageMethods inherited from class org.imixs.marty.profile.MailPlugin
getInternetAddress, loadTextBlockMethods inherited from class org.imixs.workflow.engine.plugins.MailPlugin
close, getBody, getCharSet, getContentType, getFrom, getMailMessage, getMailSession, getMultipart, getRecipients, getRecipientsBCC, getRecipientsCC, getReplyTo, getSubject, initMailMessage, isHTMLMail, setCharSet, transformXSLBodyMethods inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
getCtx, getWorkflowService, init, mergeFieldList, uniqueList
-
Constructor Details
-
MailPlugin
public MailPlugin()Deprecated.
-
-
Method Details
-
run
public org.imixs.workflow.ItemCollection run(org.imixs.workflow.ItemCollection adocumentContext, org.imixs.workflow.ItemCollection documentActivity) throws org.imixs.workflow.exceptions.PluginException Deprecated.Description copied from class:MailPluginThis method adds the attachments of the blob workitem to the MimeMessage- Specified by:
runin interfaceorg.imixs.workflow.Plugin- Overrides:
runin classMailPlugin- Throws:
org.imixs.workflow.exceptions.PluginException
-