Package | Description |
---|---|
com.ibm.tivoli.maximo.script | |
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptActionExtension.action(WFInstance wfInstance,
WFActionRemote wfAction,
MboRemote targetMbo,
java.lang.Exception e) |
Modifier and Type | Class and Description |
---|---|
class |
WFAction
Mbo to represent WFAction.
|
Modifier and Type | Method and Description |
---|---|
WFActionRemote |
WFActionSetRemote.getAction(boolean ipValue) |
WFActionRemote |
WFActionSet.getAction(boolean ipValue)
Search the set for an action that has the specified IsPositive value
and return a reference to it.
|
Modifier and Type | Method and Description |
---|---|
void |
WFNode.applyWorkflowAction(WFActionRemote action)
Tell workflow that the action has been taken.
|
void |
WFNode.applyWorkflowAction(WFActionRemote action,
java.lang.String memo)
Tell workflow that the action has been taken.
|
boolean |
WFTask.completeAssignment(WFAssignment assignment,
WFActionRemote action,
java.lang.String memo)
Completes the assignment selected and evaluates whether the process should continue
now.
|