Package | Description |
---|---|
com.ibm.tivoli.maximo.mfmail | |
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
Modifier and Type | Method and Description |
---|---|
void |
MfMailWFHandler.sendWFReplyMail(MboRemote inboundComm,
CommTemplateRemote commTemplate,
MboRemote targetMbo,
WFAssignment assign,
boolean checkHtml) |
Modifier and Type | Method and Description |
---|---|
WFAssignment |
WFAssignmentSet.getAssignment(int assignid)
Finds an assignment in the set, given the assignment ID.
|
WFAssignment |
WFAssignmentSet.getAssignment(java.lang.String assignid) |
Modifier and Type | Method and Description |
---|---|
boolean |
WFTask.completeAssignment(WFAssignment assignment,
WFActionRemote action,
java.lang.String memo)
Completes the assignment selected and evaluates whether the process should continue
now.
|
boolean |
WFNode.completeWorkflowAssignment(WFAssignment assignMbo,
WFAction actionMbo,
java.lang.String memo)
Complete the workflow assignment.
|