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 |
---|---|
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 |
WFInstanceRemote.cancelWorkflowAssignment(WFAssignmentRemote assignment,
java.lang.String actionMemo) |
void |
WFInstance.cancelWorkflowAssignment(WFAssignmentRemote assignment,
java.lang.String actionMemo)
Cancels the Workflow Assignment.
|
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.
|