Interface IssueDeleteQueryAction
-
- All Superinterfaces:
AlertRuleAction
public interface IssueDeleteQueryAction extends AlertRuleAction
Issues a Delete Query- 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
getDeletePredicate()
Gets the value of the deletePredicate property.String
getTable()
Gets the value of the table property.void
setDeletePredicate(String value)
Sets the value of the deletePredicate property.void
setTable(String value)
Sets the value of the table property.-
Methods inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
getActionType, getDescription, isEnabled, setDescription, setEnabled
-
-