Package com.atlassian.jira.jql.validator
Class SelectCustomFieldValidator
java.lang.Object
com.atlassian.jira.jql.validator.SelectCustomFieldValidator
- All Implemented Interfaces:
ClauseValidator
- Direct Known Subclasses:
CascadingSelectCustomFieldValidator
A validator for select custom fields. Takes into account
if the user has any context under which she can see the given options.
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionSelectCustomFieldValidator
(CustomField customField, JqlSelectOptionsUtil jqlSelectOptionsUtil, JqlOperandResolver jqlOperandResolver, I18nHelper.BeanFactory beanFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetOptionsFromLiteral
(ApplicationUser searcher, QueryLiteral literal) validate
(ApplicationUser searcher, TerminalClause terminalClause) Validates a clause and adds human readable i18n'ed messages if there is a problem.
-
Constructor Details
-
SelectCustomFieldValidator
public SelectCustomFieldValidator(CustomField customField, JqlSelectOptionsUtil jqlSelectOptionsUtil, JqlOperandResolver jqlOperandResolver, I18nHelper.BeanFactory beanFactory)
-
-
Method Details
-
validate
Description copied from interface:ClauseValidator
Validates a clause and adds human readable i18n'ed messages if there is a problem.- Specified by:
validate
in interfaceClauseValidator
- 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.
-
getOptionsFromLiteralOverrideSecurity
-
getOptionsFromLiteral
-