|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityEntity | |
---|---|
com.ibm.itim.workflow.application | Provides classes that allow an external workflow application gain information about the workflow context. |
com.ibm.itim.workflow.model | Provides a model and an applications programming interface for the workflow engine. |
Uses of ActivityEntity in com.ibm.itim.workflow.application |
---|
Methods in com.ibm.itim.workflow.application that return ActivityEntity | |
---|---|
ActivityEntity |
WorkflowExecutionContext.getActivityEO()
Returns the activity currently executing. |
Uses of ActivityEntity in com.ibm.itim.workflow.model |
---|
Methods in com.ibm.itim.workflow.model that return ActivityEntity | |
---|---|
ActivityEntity |
AssignmentEntity.getActivity()
Returns the activity associated with this assignment. |
static ActivityEntity |
ActivityEntity.getActivity(long activityId)
Returns the activity of the process with the given activity ID. |
ActivityEntity |
WorkflowProcessEntity.getActivity(java.lang.String designId)
Returns the activity of the process with the given ID defined at design time. |
ActivityEntity |
WorkflowProcessEntity.getActivity(java.lang.String designId,
int index)
Returns the activity of the process with the given ID defined at design time and the given index of an iteration in a loop. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |