Interface ExecuteJavaAction

  • All Superinterfaces:
    AlertRuleAction

    public interface ExecuteJavaAction
    extends AlertRuleAction
    An action that will execute a java action on the server. Note that this requires expressed privileges, and possibly authentication.
    Since:
    2.0
    • Method Detail

      • getParameters

        Map<String,​String> getParameters()
        Gets the map of parameters. 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
      • getClazz

        String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        void setClazz​(String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String