@InjectableComponent public class

IssueIdValidator

extends Object
implements ClauseValidator
java.lang.Object
   ↳ com.atlassian.jira.jql.validator.IssueIdValidator

Class Overview

Clause validator for the "IssueKey" clause.

Summary

Constants
int MAX_FUNC_OPERANDS_CHECKED
int MAX_MANUAL_OPERANDS_CHECKED
Public Constructors
IssueIdValidator(JqlOperandResolver operandResolver, JqlIssueKeySupport issueKeySupport, JqlIssueSupport issueSupport, I18nHelper.BeanFactory i18nFactory, MovedIssueKeyStore moveIssueKeyStore)
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

Constants

public static final int MAX_FUNC_OPERANDS_CHECKED

Constant Value: 1 (0x00000001)

public static final int MAX_MANUAL_OPERANDS_CHECKED

Constant Value: 25 (0x00000019)

Public Constructors

public IssueIdValidator (JqlOperandResolver operandResolver, JqlIssueKeySupport issueKeySupport, JqlIssueSupport issueSupport, I18nHelper.BeanFactory i18nFactory, MovedIssueKeyStore moveIssueKeyStore)

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.