com.ibm.itim.dataservices.model.domain
Class WorkflowConfigurationEntity

java.lang.Object
  |
  +--com.ibm.itim.dataservices.model.domain.WorkflowConfigurationEntity

public class WorkflowConfigurationEntity
extends java.lang.Object


Method Summary
 void addNotificationTemplate(NotificationTemplate template)
          Adds the template for Workflow Reminder.
 WorkflowConfiguration getConfiguration()
          Returns the configuration for Workflow Reminder.
 java.util.Collection getNotificationTemplates()
          Returns all templates for Workflow Reminder.
 void removeNotificationTemplate(java.lang.String templateName)
          Removes the template for Workflow Reminder.
 void setConfiguration(WorkflowConfiguration config)
          Sets the configuration for Workflow Reminder.
 void setNotificationTemplate(NotificationTemplate template)
          Changes the template for Workflow Reminder.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConfiguration

public WorkflowConfiguration getConfiguration()
Returns the configuration for Workflow Reminder.

Returns:
WorkflowConfiguration configuration for Workflow Reminder.

setConfiguration

public void setConfiguration(WorkflowConfiguration config)
                      throws ModelCommunicationException,
                             ModelModificationException,
                             ObjectNotFoundException
Sets the configuration for Workflow Reminder.

Parameters:
config - configuration for Workflow Reminder.
ModelCommunicationException
ModelModificationException
ObjectNotFoundException

getNotificationTemplates

public java.util.Collection getNotificationTemplates()
                                              throws ModelCommunicationException,
                                                     ObjectNotFoundException
Returns all templates for Workflow Reminder.

Returns:
Collection of NotificationTemplate for Workflow Reminder.
ModelCommunicationException
ObjectNotFoundException

addNotificationTemplate

public void addNotificationTemplate(NotificationTemplate template)
                             throws ModelCommunicationException,
                                    ModelCreationException
Adds the template for Workflow Reminder.

Parameters:
template - NotificationTemplate for Workflow Reminder.
ModelCommunicationException
ModelCreationException

setNotificationTemplate

public void setNotificationTemplate(NotificationTemplate template)
                             throws ModelCommunicationException,
                                    ModelModificationException,
                                    ObjectNotFoundException
Changes the template for Workflow Reminder.

Parameters:
template - NotificationTemplate for Workflow Reminder.
ModelCommunicationException
ModelModificationException
ObjectNotFoundException

removeNotificationTemplate

public void removeNotificationTemplate(java.lang.String templateName)
                                throws ModelCommunicationException,
                                       ModelRemoveException
Removes the template for Workflow Reminder.

Parameters:
templateName - Name of the removal template for Workflow Reminder.
ModelCommunicationException
ModelRemoveException


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.