Interface LVPublishAlertAction

All Superinterfaces:
AlertRuleAction

public interface LVPublishAlertAction extends AlertRuleAction
An action to publish to Liveview tables
Since:
2.1.4
  • Method Details

    • 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
    • getLvUri

      String getLvUri()
      Gets the value of the lvUri property.
      Returns:
      possible object is String
    • setLvUri

      void setLvUri(String value)
      Sets the value of the lvUri property.
      Parameters:
      value - allowed object is String
    • getTableName

      String getTableName()
      Gets the value of the tableName property.
      Returns:
      possible object is String
    • setTableName

      void setTableName(String value)
      Sets the value of the tableName property.
      Parameters:
      value - allowed object is String