| java.lang.Object de.danet.an.workflow.tools.MailTool2
All known Subclasses: de.danet.an.workflow.tools.MailTool,
Constructor Summary | |
public | MailTool2() Creates an instance of MailTool
with all attributes initialized to default values. |
argumentsIncludeSubject | protected boolean argumentsIncludeSubject(Code) | | |
MailTool2 | public MailTool2()(Code) | | Creates an instance of MailTool
with all attributes initialized to default values.
|
result | public Object result()(Code) | | Return the result evaluated during
ToolAgent.invokeinvoke . The method will only be called once after
each invoke, i.e. the attribute holding the result be be
cleared in this method.
the result data or null if the invocationdoes not return any data. |
setDefaultSender | public void setDefaultSender(String defaultSender)(Code) | | Set the default sender. It is used if no sender is defined.
Parameters: defaultSender - the default sender. |
|
|