Interface IssueDeleteQueryAction

All Superinterfaces:
AlertRuleAction

public interface IssueDeleteQueryAction extends AlertRuleAction
Issues a Delete Query
Since:
2.0
  • Method Details

    • getTable

      String getTable()
      Gets the value of the table property.
      Returns:
      possible object is String
    • setTable

      void setTable(String value)
      Sets the value of the table property.
      Parameters:
      value - allowed object is String
    • getDeletePredicate

      String getDeletePredicate()
      Gets the value of the deletePredicate property.
      Returns:
      possible object is String
    • setDeletePredicate

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