Interface LVPublishAlertAction
- All Superinterfaces:
AlertRuleAction
An action to publish to Liveview tables
- Since:
- 2.1.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
AlertRuleAction.ActionType
-
Method Summary
Modifier and TypeMethodDescriptionGets the map of fieldSubstitutions.getLvUri()
Gets the value of the lvUri property.Gets the value of the tableName property.void
Sets the value of the lvUri property.void
setTableName
(String value) Sets the value of the tableName property.Methods inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
getActionType, getDescription, isEnabled, setDescription, setEnabled
-
Method Details
-
getFieldSubstitutions
Gets the map of fieldSubstitutions. Note that this is the live Map, not a checkpoint, so you can add, remove, and modify the elements in the map and these changes will be saved.- Returns:
- possible object is
Map
-
getLvUri
String getLvUri()Gets the value of the lvUri property.- Returns:
- possible object is
String
-
setLvUri
Sets the value of the lvUri property.- Parameters:
value
- allowed object isString
-
getTableName
String getTableName()Gets the value of the tableName property.- Returns:
- possible object is
String
-
setTableName
Sets the value of the tableName property.- Parameters:
value
- allowed object isString
-