Uses of Class
com.ibm.itim.dataservices.model.domain.NotificationTemplate

Packages that use NotificationTemplate
com.ibm.itim.apps.provisioning Extends the com.ibm.itim.apps package to provide a remotable application programming interface for Account, Service, and Password management. 
com.ibm.itim.dataservices.model.domain Extends the com.ibm.itim.dataservices.model package to provide an application programming interface for querying the core elements of the data model. 
com.ibm.itim.dataservices.model.pim Extends the com.ibm.itim.dataservices.model package to provide a remotable application programming interface for Shared Access Module objects. 
 

Uses of NotificationTemplate in com.ibm.itim.apps.provisioning
 

Methods in com.ibm.itim.apps.provisioning that return NotificationTemplate
 NotificationTemplate ManualWorkOrder.getNotification(ManualWorkOrder.OperationType operation)
          Retrieves the notification template associated with the operation.
 

Methods in com.ibm.itim.apps.provisioning that return types with arguments of type NotificationTemplate
 java.util.Map<ManualWorkOrder.OperationType,NotificationTemplate> ManualWorkOrder.getOperationNotifications()
          Retrieves the map of operation notification template pairs.
 

Methods in com.ibm.itim.apps.provisioning with parameters of type NotificationTemplate
 void ManualWorkOrder.setNotification(ManualWorkOrder.OperationType operation, NotificationTemplate notification)
          Sets the notification template for the specified operation.
 

Method parameters in com.ibm.itim.apps.provisioning with type arguments of type NotificationTemplate
 void ManualWorkOrder.setOperationNotification(java.util.HashMap<ManualWorkOrder.OperationType,NotificationTemplate> operationNotification)
          Sets the map of operation notifications.
 

Constructor parameters in com.ibm.itim.apps.provisioning with type arguments of type NotificationTemplate
ManualWorkOrder(Participant participant, long escalationPeriod, Participant escalationParticipant, boolean defaultNotification, java.util.HashMap<ManualWorkOrder.OperationType,NotificationTemplate> operationNotification)
          Create a ManualWorkOrder object.
 

Uses of NotificationTemplate in com.ibm.itim.dataservices.model.domain
 

Methods in com.ibm.itim.dataservices.model.domain that return NotificationTemplate
 NotificationTemplate NotificationTemplateImpl.lookup(DistinguishedName dn)
          Searches for a notification template object with the given distinguished name.
 

Methods in com.ibm.itim.dataservices.model.domain with parameters of type NotificationTemplate
 void WorkflowConfigurationEntity.addNotificationTemplate(int templateType, NotificationTemplate template)
          Adds the template for Workflow Reminder.
 void WorkflowConfigurationEntity.addNotificationTemplate(NotificationTemplate template)
          Adds the template for Workflow Reminder.
 void POConfigurationEntity.addNotificationTemplate(NotificationTemplate template)
          Adds the template for Post Office Notification.
 void MailTemplateConfigurationEntity.createMailTemplate(NotificationTemplate template)
          Adds the mail template.
 void MailTemplateConfigurationEntity.modifyMailTemplate(NotificationTemplate template)
          Changes the mail template.
 void WorkflowConfigurationEntity.setNotificationTemplate(NotificationTemplate template)
          Changes the template for Workflow Reminder.
 void POConfigurationEntity.setNotificationTemplate(NotificationTemplate template)
          Changes the template for Post Office Notification.
 

Uses of NotificationTemplate in com.ibm.itim.dataservices.model.pim
 

Methods in com.ibm.itim.dataservices.model.pim that return types with arguments of type NotificationTemplate
 java.util.List<NotificationTemplate> GlobalCredentialSetting.getNotificationTemplates()
          This API returns the lease expiration email notification templates.
 

Method parameters in com.ibm.itim.dataservices.model.pim with type arguments of type NotificationTemplate
 void GlobalCredentialSetting.setNotificationTemplates(java.util.List<NotificationTemplate> notificationTemplates)
          This API changes the lease expiration email notification templates.
 



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.