|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAlertDeliveryConfigurations
This interface exposes configuration settings for delivery of alert notifications.
You can obtain this interface by calling the IAlertingApp#getAlertDeliveryConfigurations method,
which returns the global alert notification settings for the system. You can also obtain this interface
by calling the IEvent#getAlertDeliveryConfigurationOverride method, which returns the
alert notification override settings for a particular event.
If this interface applies to global alert notification settings, it will contain email and inbox
configuration settings.
If this interface applies to an event, it may or may not contain email and inbox configuration settings.
IEvent,
IAlertingApp| Method Summary | |
|---|---|
IAlertEmailConfiguration |
getEmailConfiguration()
Returns email delivery configuration settings. |
IAlertInboxConfiguration |
getInboxConfiguration()
Returns inbox delivery configuration settings. |
boolean |
hasEmailConfiguration()
Returns whether or not email configuration settings exist. |
boolean |
hasInboxConfiguration()
Returns whether or not inbox configuration settings exist. |
void |
removeEmailConfiguration()
Removes email configuration settings. |
void |
removeInboxConfiguration()
Removes inbox configuration settings. |
| Method Detail |
|---|
boolean hasEmailConfiguration()
IAlertDeliveryConfigurations.getEmailConfiguration(), which creates email delivery configuration settings
if none exist.
true if email configuration settings exist, false otherwise.IAlertEmailConfiguration getEmailConfiguration()
IAlertEmailConfiguration object that contains email delivery configuration settings.void removeEmailConfiguration()
java.lang.UnsupportedOperationException - Thrown if this interface applies to global application settings.boolean hasInboxConfiguration()
IAlertDeliveryConfigurations.getInboxConfiguration(), which creates inbox delivery configuration settings
if none exist.
true if inbox configuration settings exist, false otherwise.IAlertInboxConfiguration getInboxConfiguration()
void removeInboxConfiguration()
java.lang.UnsupportedOperationException - Thrown if this interface applies to global application settings.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||