Package com.atlassian.jira.jql.validator
Class EntityPropertyClauseValidator
java.lang.Object
com.atlassian.jira.jql.validator.EntityPropertyClauseValidator
- All Implemented Interfaces:
ClauseValidator
- Direct Known Subclasses:
IssuePropertyClauseValidator
Base class for ClauseValidators applied to property clauses.
- Since:
- 6.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected I18nHelpergetI18n(ApplicationUser user) static booleanisSupportedOperator(Operator operator) static Collection<Operator>validate(ApplicationUser searcher, TerminalClause terminalClause) Validates a clause and adds human readable i18n'ed messages if there is a problem.
-
Constructor Details
-
EntityPropertyClauseValidator
-
-
Method Details
-
validate
@Nonnull public MessageSet validate(ApplicationUser searcher, @Nonnull TerminalClause terminalClause) Description copied from interface:ClauseValidatorValidates a clause and adds human readable i18n'ed messages if there is a problem.- Specified by:
validatein 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.
-
getI18n
-
isSupportedOperator
-
supportedOperators
-