public interface AlertEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
PULLED_ALERT |
static int |
RAISED_ALERT |
| Modifier and Type | Method and Description |
|---|---|
Alert |
getAlert()
Returns the Alert object representing an alert that has been
removed or raised on one of the alert board.
|
AlertSet |
getAlertSet(java.lang.String username,
java.lang.String ldapFilter)
Returns an
AlertSet object, representing all alerts
classified by a message and target to a user/group identified by
the username argument and additionally filtered by the given ldapFilter |
int |
getType()
Returns type the alert event.
|
static final int RAISED_ALERT
static final int PULLED_ALERT
int getType()
Alert getAlert()
AlertSet getAlertSet(java.lang.String username, java.lang.String ldapFilter)
AlertSet object, representing all alerts
classified by a message and target to a user/group identified by
the username argument and additionally filtered by the given ldapFilterusername - specifies the user or group.null value means
that the alerts targeted to any user will be returnedldapFilter - specifies an additional filtering of the alerts the application is interested of.
null value means no additional filtering to be madeAlertSet object representing all alerts having the same message as
the message of the alert represented by this event.Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.