Interface IssueDeleteQueryAction
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionGets the value of the deletePredicate property.getTable()
Gets the value of the table property.void
setDeletePredicate
(String value) Sets the value of the deletePredicate property.void
Sets the value of the table property.Methods inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
getActionType, getDescription, isEnabled, setDescription, setEnabled
-
Method Details
-
getTable
String getTable()Gets the value of the table property.- Returns:
- possible object is
String
-
setTable
Sets the value of the table property.- Parameters:
value
- allowed object isString
-
getDeletePredicate
String getDeletePredicate()Gets the value of the deletePredicate property.- Returns:
- possible object is
String
-
setDeletePredicate
Sets the value of the deletePredicate property.- Parameters:
value
- allowed object isString
-