Interface ExecuteJavaAction
-
- All Superinterfaces:
AlertRuleAction
public interface ExecuteJavaAction extends AlertRuleAction
An action that will execute a java action on the server. Note that this requires expressed privileges, and possibly authentication.- Since:
- 2.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
AlertRuleAction.ActionType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClazz()
Gets the value of the clazz property.Map<String,String>
getParameters()
Gets the map of parameters.void
setClazz(String value)
Sets the value of the clazz property.-
Methods inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
getActionType, getDescription, isEnabled, setDescription, setEnabled
-
-