public class MfMailWFSender extends java.lang.Object implements ActionCustomClass
Constructor and Description |
---|
MfMailWFSender() |
Modifier and Type | Method and Description |
---|---|
void |
applyCustomAction(MboRemote arg0,
java.lang.Object[] arg1)
This is the method which is called when the class is used a custom action.
|
MXLogger |
getLogger()
Returns the logger to be used to log messages.
|
void |
sendWFAssignmentMail(WFAssignmentRemote assign,
CommTemplateRemote commTemplate,
MboRemote targetMbo,
MboRemote trackEntry,
UserInfo ui,
int deviceClass,
boolean checkHtml,
java.lang.String process,
int procRev,
int nodeId,
java.lang.String nodeTitle,
java.lang.String sender,
java.lang.String secString,
java.lang.String attributesList) |
public MXLogger getLogger()
public void applyCustomAction(MboRemote arg0, java.lang.Object[] arg1) throws MXException, java.rmi.RemoteException
ActionCustomClass
applyCustomAction
in interface ActionCustomClass
arg0
- The Mbo on which the action will apply.MXException
java.rmi.RemoteException
public void sendWFAssignmentMail(WFAssignmentRemote assign, CommTemplateRemote commTemplate, MboRemote targetMbo, MboRemote trackEntry, UserInfo ui, int deviceClass, boolean checkHtml, java.lang.String process, int procRev, int nodeId, java.lang.String nodeTitle, java.lang.String sender, java.lang.String secString, java.lang.String attributesList) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException