public interface AlertPolicyFilter extends PolicyFilter
REVISION
Modifier and Type | Method and Description |
---|---|
Alert |
beforeSendAlert(Alert alert,
AlertChannel alertChannel)
This method is called before sending an alert in a given alert channel.
|
java.util.Set<AlertChannel> |
getAlertChannelSet(Alert alert,
java.util.Set<AlertChannel> alertChannelSet)
This method is called before sending an alert to filter the alert channel set to use.
|
boolean |
saveAlert(Alert alert,
boolean saveAlert)
This method is called before saving an alert.
|
init
java.util.Set<AlertChannel> getAlertChannelSet(Alert alert, java.util.Set<AlertChannel> alertChannelSet)
alert
- the alertalertChannelSet
- the proposed alertChannelSet for this alertAlert beforeSendAlert(Alert alert, AlertChannel alertChannel)
alert
- the alertalertChannel
- the alertChannelboolean saveAlert(Alert alert, boolean saveAlert)
alert
- the alert to be savedsaveAlert
- the default valueCopyright © 2001-2017 Jalios SA. All Rights Reserved.