|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.ibm.itim.dataservices.model.domain.WorkflowConfigurationEntity
| 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 |
public WorkflowConfiguration getConfiguration()
public void setConfiguration(WorkflowConfiguration config)
throws ModelCommunicationException,
ModelModificationException,
ObjectNotFoundException
config - configuration for Workflow Reminder.
ModelCommunicationException
ModelModificationException
ObjectNotFoundException
public java.util.Collection getNotificationTemplates()
throws ModelCommunicationException,
ObjectNotFoundException
ModelCommunicationException
ObjectNotFoundException
public void addNotificationTemplate(NotificationTemplate template)
throws ModelCommunicationException,
ModelCreationException
template - NotificationTemplate for Workflow Reminder.
ModelCommunicationException
ModelCreationException
public void setNotificationTemplate(NotificationTemplate template)
throws ModelCommunicationException,
ModelModificationException,
ObjectNotFoundException
template - NotificationTemplate for Workflow Reminder.
ModelCommunicationException
ModelModificationException
ObjectNotFoundException
public void removeNotificationTemplate(java.lang.String templateName)
throws ModelCommunicationException,
ModelRemoveException
templateName - Name of the removal template for Workflow Reminder.
ModelCommunicationException
ModelRemoveException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||