|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityResult | |
---|---|
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.workflow.model | Provides a model and an applications programming interface for the workflow engine. |
Uses of ActivityResult in com.ibm.itim.apps.workflow |
---|
Methods in com.ibm.itim.apps.workflow with parameters of type ActivityResult | |
---|---|
void |
WorkflowAssignmentMO.complete(ActivityResult result)
Signals completion of the activity to the workflow engine and provides the engine with the activity result in the same call. |
void |
WorkflowActivityMO.complete(ActivityResult result)
Signals completion of the activity to the workflow engine and provides the engine with the activity result in the same call. |
void |
WorkflowActivityMO.setResult(ActivityResult result)
Changes the result of the activity. |
Uses of ActivityResult in com.ibm.itim.workflow.model |
---|
Methods in com.ibm.itim.workflow.model with parameters of type ActivityResult | |
---|---|
void |
ActivityEntity.complete(ActivityResult result)
Signals completion of the activity to the workflow engine and provides the engine with the activity result in the same call. |
void |
AssignmentEntity.complete(DistinguishedName user,
ActivityResult result)
Signals completion of the assignment to the workflow engine and provides the engine with the activity result in the same call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |