Uses of Interface
com.streambase.liveview.client.alert.AlertRule
Package
Description
Provides classes and interfaces to set Alerts.
-
Uses of AlertRule in com.streambase.liveview.client.alert
Modifier and TypeMethodDescriptionAlertManager.createAlertRule()
Creates a new alert rule.AlertManager.getAlertRule
(String guid) Gets the alert rule specified by the GUID.AlertManager.setAlertRule
(AlertRule rule) Adds if it does not previously exist, or overwrites if it does (matching by id), the given alert rule onto the server.Modifier and TypeMethodDescriptionAlertManager.getAlertRules
(String user) Gets all available alert rules from the server for the given user.Modifier and TypeMethodDescriptionAlertManager.setAlertRule
(AlertRule rule) Adds if it does not previously exist, or overwrites if it does (matching by id), the given alert rule onto the server.void
AlertManager.validateAlertRule
(AlertRule rule) Validates the given alert rule.