com.ibm.itim.mail.workflow
Interface TemplateWorkflowDeProvisionContext

All Superinterfaces:
WorkflowDeProvisionContext, WorkflowNotificationContext

public interface TemplateWorkflowDeProvisionContext
extends WorkflowDeProvisionContext

The workflow runtime context associated with the deprovision account activity.

Since:
ITIM 4.6

Method Summary
 java.lang.String getAccountOwnerName()
          Returns the account owner name for the account.
 java.lang.String getAccountServiceName()
          Returns the account service name for the account.
 java.lang.String getAccountServiceProfileName()
          Returns the account service profile name for the account.
 java.lang.String getAccountUserId()
          Returns the account user id for the account.
 
Methods inherited from interface com.ibm.itim.mail.workflow.WorkflowDeProvisionContext
getAccountInfo, getAccountNewAccessAsString, getAccountNewAccessList, getAccountRemovedAccessAsString, getAccountRemovedAccessList, getAction, getReason, getServiceDN, getUserDN, hasNewAccess, hasRemovedAccess
 
Methods inherited from interface com.ibm.itim.mail.workflow.WorkflowNotificationContext
getActivity, getActivity, getData, getParentProcess, getProcess, getRootProcess
 

Method Detail

getAccountUserId

java.lang.String getAccountUserId()
Returns the account user id for the account.

Returns:
String of the account user id.

getAccountServiceName

java.lang.String getAccountServiceName()
Returns the account service name for the account.

Returns:
String of the account service name.

getAccountServiceProfileName

java.lang.String getAccountServiceProfileName()
Returns the account service profile name for the account.

Returns:
String of the account service profile name.

getAccountOwnerName

java.lang.String getAccountOwnerName()
Returns the account owner name for the account.

Returns:
String of the account owner name.


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.