public interface IWFActivityNotificationDefinition
| Modifier and Type | Method and Description |
|---|---|
IWFEvalUnit |
getFirstNotification()
Get the number of days before the task's due date on which to send the first notification for the task
|
IWFEvalUnit |
getNotificationFrequency()
Get the frequency, in days, for sending notifications after the first one is sent
|
IWFEvalUnit |
getOverdueNotificationFrequency()
Get the frequency, in days, to send notifications once the task is overdue
|
boolean |
isEnabled()
Determine whether the task notification is enabled
|
boolean |
isNotifyAssignees()
Get whether notifications should be sent to the task assignees
|
boolean |
isNotifyOnDueDate()
Get whether a notification should be sent when the task becomes due
|
boolean |
isNotifySubscribers()
Get whether notifications should be sent to the task subscribers
|
void |
setEnabled(boolean enabled)
Set the enabled flag for the notification
|
void |
setFirstNotification(IWFEvalUnit daysBeforeDueDate)
Set the number of days before the task's due date on which to send the first notification for the task
|
void |
setNotificationFrequency(IWFEvalUnit notificationFrequency)
Set the frequency, in days, for sending notifications after the first one is sent
|
void |
setNotifyAssignees(boolean notifyAssignees)
Set whether notifications should be sent to the task assignees
|
void |
setNotifyOnDueDate(boolean notifyOnDueDate)
Set whether a notification should be sent when the task becomes due
|
void |
setNotifySubscribers(boolean notifySubscribers)
Set whether notifications should be sent to the task subscribers
|
void |
setOverdueNotificationFrequency(IWFEvalUnit overdueNotificationFrequency)
Set the frequency, in days, to send notifications once the task is overdue
|
boolean isEnabled()
void setEnabled(boolean enabled)
enabled - IWFEvalUnit getFirstNotification()
void setFirstNotification(IWFEvalUnit daysBeforeDueDate)
daysBeforeDueDate - the number of days before the due dateIWFEvalUnit getNotificationFrequency()
void setNotificationFrequency(IWFEvalUnit notificationFrequency)
notificationFrequency - the number of days between notificationsboolean isNotifyOnDueDate()
void setNotifyOnDueDate(boolean notifyOnDueDate)
notifyOnDueDate - true to send a notification, false otherwisevoid setOverdueNotificationFrequency(IWFEvalUnit overdueNotificationFrequency)
overdueNotificationFrequency - the number of days between notificationsIWFEvalUnit getOverdueNotificationFrequency()
void setNotifyAssignees(boolean notifyAssignees)
notifyAssignees - true to send the notifications to the task assignees, false otherwiseboolean isNotifyAssignees()
void setNotifySubscribers(boolean notifySubscribers)
notifySubscribers - set to true to send the notifications to the task subscribers, false otherwiseboolean isNotifySubscribers()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.