Interface LVPublishAlertAction
-
- All Superinterfaces:
AlertRuleAction
public interface LVPublishAlertAction extends 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getFieldSubstitutions()
Gets the map of fieldSubstitutions.String
getLvUri()
Gets the value of the lvUri property.String
getTableName()
Gets the value of the tableName property.void
setLvUri(String value)
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 Detail
-
getFieldSubstitutions
Map<String,String> 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
-
setLvUri
void setLvUri(String value)
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
-
-