com.businessobjects.sdk.plugin.desktop.alertingapp
Interface IAlertingAppBase

All Known Subinterfaces:
IAlertingApp

public interface IAlertingAppBase

This interface exposes system-wide configuration settings for alerting.

Since:
4.0

Field Summary
static java.lang.String KIND
          The Kind used to identify this object type.
static java.lang.String PROGID
          The ProgID used to identify this object type.
 
Method Summary
 IAlertDeliveryConfigurations getAlertDeliveryConfigurations()
          Returns the settings for alert delivery configuration.
 IAlertNotificationCleanup getNotificationCleanup()
          Returns the settings for background cleanup of alert notifications.
 

Field Detail

KIND

static final java.lang.String KIND
The Kind used to identify this object type.

See Also:
Constant Field Values

PROGID

static final java.lang.String PROGID
The ProgID used to identify this object type.

See Also:
Constant Field Values
Method Detail

getAlertDeliveryConfigurations

IAlertDeliveryConfigurations getAlertDeliveryConfigurations()
Returns the settings for alert delivery configuration.

Returns:
An IAlertDeliveryConfigurations object that defines the settings for alert delivery.
InfoObject properties to query for:
SI_ALERT_DELIVERY_CONFIG

getNotificationCleanup

IAlertNotificationCleanup getNotificationCleanup()
Returns the settings for background cleanup of alert notifications.

Returns:
An IAlertNotificationCleanup object that defines alert notification cleanup properties.
InfoObject properties to query for:
SI_NOTIFICATION_CLEANUP