| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
NotificationTemplate |
ManualWorkOrder.getNotification(ManualWorkOrder.OperationType operation)
Retrieves the notification template associated with the operation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ManualWorkOrder.OperationType,NotificationTemplate> |
ManualWorkOrder.getOperationNotifications()
Retrieves the map of operation notification template pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManualWorkOrder.setNotification(ManualWorkOrder.OperationType operation,
NotificationTemplate notification)
Sets the notification template for the specified operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManualWorkOrder.setOperationNotification(java.util.HashMap<ManualWorkOrder.OperationType,NotificationTemplate> operationNotification)
Sets the map of operation notifications.
|
| Constructor and Description |
|---|
ManualWorkOrder(Participant participant,
long escalationPeriod,
Participant escalationParticipant,
boolean defaultNotification,
java.util.HashMap<ManualWorkOrder.OperationType,NotificationTemplate> operationNotification)
Create a ManualWorkOrder object.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationTemplate |
NotificationTemplateImpl.lookup(DistinguishedName dn)
Searches for a notification template object with the given distinguished name.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NotificationTemplate> |
GlobalCredentialSetting.getNotificationTemplates()
This API returns the lease expiration email notification templates.
|
| Modifier and Type | Method and Description |
|---|---|
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.