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, getAction, getReason, getServiceDN, getUserDN
 
Methods inherited from interface com.ibm.itim.mail.workflow.WorkflowNotificationContext
getActivity, getActivity, getData, getParentProcess, getProcess, getRootProcess
 

Method Detail

getAccountUserId

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

Returns:
String of the account user id.

getAccountServiceName

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

Returns:
String of the account service name.

getAccountServiceProfileName

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

Returns:
String of the account service profile name.

getAccountOwnerName

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

Returns:
String of the account owner name.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.