Interface QueryTemplateReference

    • Method Detail

      • setName

        void setName​(String name)
        Sets the name of the referenced query template.
        Parameters:
        name - The template name.
      • setVariables

        void setVariables​(Map<String,​Object> variables)
        Sets the values for the template variables.
        Parameters:
        variables - A map of variable names to their values.
      • addVariable

        void addVariable​(String name,
                         Object value)
        Adds or updates a single variable's value.
        Parameters:
        name - The name of the variable.
        value - The value of the variable.