|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelevantDataItem | |
---|---|
com.ibm.itim.mail.workflow | Provides workflow context classes that are required by the Mail API for notification creation |
com.ibm.itim.workflow.model | Provides a model and an applications programming interface for the workflow engine. |
Uses of RelevantDataItem in com.ibm.itim.mail.workflow |
---|
Methods in com.ibm.itim.mail.workflow that return RelevantDataItem | |
---|---|
RelevantDataItem |
WorkflowNotificationContext.getData(java.lang.String id)
Returns the relevant data item with the given ID associated with the current running workflow process. |
Uses of RelevantDataItem in com.ibm.itim.workflow.model |
---|
Methods in com.ibm.itim.workflow.model that return RelevantDataItem | |
---|---|
RelevantDataItem |
WorkflowProcessEntity.getProcessContext(java.lang.String dataId)
Returns the relevant data from the process context of the object with the given ID. |
Methods in com.ibm.itim.workflow.model with parameters of type RelevantDataItem | |
---|---|
void |
WorkflowProcessEntity.setProcessContext(RelevantDataItem contextItem)
Changes the relevant data item within the process context of the object with the matching ID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |