com.ibm.itim.mail.workflow
Interface WorkflowManualActivityContext

All Superinterfaces:
WorkflowNotificationContext
All Known Subinterfaces:
TemplateWorkflowManualActivityContext

public interface WorkflowManualActivityContext
extends WorkflowNotificationContext

The workflow runtime context associated with a manual activity.


Method Summary
 java.util.Collection getNotificationParticipant()
          Returns the participants of the work item (manual activity).
 WorkItem getWorkitem()
          Returns the work item associated with the manual activity.
 
Methods inherited from interface com.ibm.itim.mail.workflow.WorkflowNotificationContext
getActivity, getActivity, getData, getParentProcess, getProcess, getRootProcess
 

Method Detail

getWorkitem

WorkItem getWorkitem()
Returns the work item associated with the manual activity.

Returns:
WorkItem associated with the manual activity.

getNotificationParticipant

java.util.Collection getNotificationParticipant()
Returns the participants of the work item (manual activity).

Returns:
Collection of Person objects representing the participants of the activity.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.