public class

FreeTextFieldValidator

extends Object
implements ClauseValidator
java.lang.Object
   ↳ com.atlassian.jira.jql.validator.FreeTextFieldValidator
Known Direct Subclasses

Class Overview

A generic validator for text fields

Summary

Fields
public static final List<String> INVALID_FIRST_CHAR_LIST This field is not used anymore and will be removed in next releases.
Public Constructors
FreeTextFieldValidator(String indexField, JqlOperandResolver operandResolver)
Public Methods
@Nonnull MessageSet validate(ApplicationUser searcher, TerminalClause terminalClause)
Validates a clause and adds human readable i18n'ed messages if there is a problem.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.jql.validator.ClauseValidator

Fields

public static final List<String> INVALID_FIRST_CHAR_LIST

This field is not used anymore and will be removed in next releases.

Public Constructors

public FreeTextFieldValidator (String indexField, JqlOperandResolver operandResolver)

Public Methods

@Nonnull public MessageSet validate (ApplicationUser searcher, TerminalClause terminalClause)

Validates a clause and adds human readable i18n'ed messages if there is a problem.

Parameters
searcher the user who is executing the search.
terminalClause the clause to validate.
Returns
  • an MessageSet that will contain any messages relating to failed validation. An empty message set must be returned to indicate there were no errors. null can never be returned.