com.ibm.itim.mail.workflow
Interface TemplateWorkflowManualActivityContext

All Superinterfaces:
WorkflowManualActivityContext, WorkflowNotificationContext

public interface TemplateWorkflowManualActivityContext
extends WorkflowManualActivityContext

The workflow runtime context associated with a manual activity.

Since:
ITIM 4.6

Method Summary
 java.lang.String getEmailTopic()
          Returns the notification email topic for this manual activity..
 java.lang.String getNotificationSubject()
          Returns the notification subject for this manual activity.
 java.lang.String getNotificationText()
          Returns the notification text message for this manual activity.
 java.lang.String getNotificationXHTML()
          Returns the notification XHTML message for this manual activity.
 
Methods inherited from interface com.ibm.itim.mail.workflow.WorkflowManualActivityContext
getNotificationParticipant, getWorkitem
 
Methods inherited from interface com.ibm.itim.mail.workflow.WorkflowNotificationContext
getActivity, getActivity, getData, getParentProcess, getProcess, getRootProcess
 

Method Detail

getNotificationSubject

java.lang.String getNotificationSubject()
Returns the notification subject for this manual activity.

Returns:
String representing the notification subject.

getNotificationText

java.lang.String getNotificationText()
Returns the notification text message for this manual activity.

Returns:
String representing the notification text message.

getNotificationXHTML

java.lang.String getNotificationXHTML()
Returns the notification XHTML message for this manual activity.

Returns:
String representing the notification XHTML message.

getEmailTopic

java.lang.String getEmailTopic()
Returns the notification email topic for this manual activity..

Returns:
String representing the notification topic.


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.