Uses of Interface
com.streambase.liveview.client.alert.AlertRuleAction
-
Packages that use AlertRuleAction Package Description com.streambase.liveview.client.alert Provides classes and interfaces to set Alerts. -
-
Uses of AlertRuleAction in com.streambase.liveview.client.alert
Subinterfaces of AlertRuleAction in com.streambase.liveview.client.alert Modifier and Type Interface Description interface
ExecuteJavaAction
An action that will execute a java action on the server.interface
ExecuteOSCommandAction
An action to execute an OS Command.interface
InvokeHTTPAction
Causes a rest request to be sent when this alert is triggered.interface
IssueDeleteQueryAction
Issues a Delete Queryinterface
LVPublishAlertAction
An action to publish to Liveview tablesinterface
PublishAlertAction
Adds an alert to the LVAlerts tableinterface
SendEmailAction
Causes an email to be sent when this alert is triggered.interface
SendTupleAction
An action which will send a Tuple to a named InputStreamMethods in com.streambase.liveview.client.alert that return types with arguments of type AlertRuleAction Modifier and Type Method Description List<AlertRuleAction>
AlertRule. getActions()
This gets the live list of actions, so you could remove or rearrange these, and the changes will be saved if you save the Alert.
-