Package | Description |
---|---|
com.ibm.tivoli.maximo.mfmail | |
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
psdi.workflow.virtual |
Modifier and Type | Method and Description |
---|---|
protected MfMailAssigneeInfo |
MfMailUtility.getAssigneeList(WFAssignmentRemote originalAssign) |
protected java.lang.String |
MfMailWFSender.getLinkList(java.lang.String wfProcessName,
int wfProcRev,
int wfNodeId,
java.lang.String wfNodeTitle,
WFAssignmentRemote assign,
MboRemote targetMbo,
MfMailGlobalInfo gi,
UserInfo ui,
java.lang.String sender,
java.lang.String subj,
java.lang.String secStr) |
protected java.lang.String |
MfMailWFSender.getNVPairList(java.lang.String wfProcessName,
int wfProcRev,
int wfNodeId,
java.lang.String wfNodeTitle,
WFAssignmentRemote assign,
MboRemote targetMbo,
MfMailGlobalInfo gi,
UserInfo ui,
java.lang.String attributesList,
java.lang.String secStr,
boolean bGenerateObjId)
Get value list for medium device, which include list of actions
We have this method in this class, not in utility class, because work flow scenario
uses list of Name/Value pair only in first outbound mail.
|
void |
MfMailWFSender.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) |
Modifier and Type | Class and Description |
---|---|
class |
WFAssignment
Mbo to represent WFAssignment object.
|
Modifier and Type | Method and Description |
---|---|
WFAssignmentRemote |
WorkflowDirector.getAssignment()
Get the current workflow assignment.
|
Modifier and Type | Method and Description |
---|---|
void |
WFInstance.cancelWorkflowAssignment(WFAssignmentRemote assignment,
java.lang.String actionMemo)
Cancels the Workflow Assignment.
|
void |
WFInstanceRemote.cancelWorkflowAssignment(WFAssignmentRemote assignment,
java.lang.String actionMemo) |
void |
WorkFlowServiceRemote.completeAssignment(WFAssignmentRemote assign,
java.lang.String memo,
boolean accepted) |
void |
WorkFlowService.completeAssignment(WFAssignmentRemote assign,
java.lang.String memo,
boolean accepted)
Completes a workflow assignment in the background.
|
boolean |
WFAction.evaluateCondition(WFAssignmentRemote assignment)
IV97001: overload the evaluateCondition
|
void |
WorkflowDirector.setAssignment(WFAssignmentRemote remote)
Set the current workflow assignment.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationWF.sendNotification(WFAssignmentRemote reassignment)
Send the notification email using a Communication Template.
|
void |
NotificationWFSet.sendNotifications(WFAssignmentRemote reassignment)
After the attributes are set, call this method to create the workflow notifications.
|