|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Activity | |
---|---|
com.ibm.itim.apps.workflow | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Workflow Process and Activity management. |
com.ibm.itim.mail.workflow | Provides workflow context classes that are required by the Mail API for notification creation |
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 Activity in com.ibm.itim.apps.workflow |
---|
Methods in com.ibm.itim.apps.workflow that return Activity | |
---|---|
Activity |
WorkflowActivityMO.getData()
Returns the details about this activity. |
Uses of Activity in com.ibm.itim.mail.workflow |
---|
Methods in com.ibm.itim.mail.workflow that return Activity | |
---|---|
Activity |
WorkflowNotificationContext.getActivity()
Returns information about the most recent running activity. |
Activity |
WorkflowNotificationContext.getActivity(java.lang.String actDefID)
Returns information about the activity with the given definition ID. |
Uses of Activity in com.ibm.itim.workflow.application |
---|
Methods in com.ibm.itim.workflow.application that return Activity | |
---|---|
Activity |
WorkflowExecutionContext.getActivityVO()
Returns the value object of the activity currently executing. |
Uses of Activity in com.ibm.itim.workflow.model |
---|
Subclasses of Activity in com.ibm.itim.workflow.model | |
---|---|
class |
PendingActivity
This class is used to give an aggregate view of a pending manual activity |
Constructors in com.ibm.itim.workflow.model with parameters of type Activity | |
---|---|
ActivityEntity(Activity activity)
Constructs with Activity value object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |