Package com.atlassian.jira.jql.validator
Class WorkRatioValidator
java.lang.Object
com.atlassian.jira.jql.validator.WorkRatioValidator
- All Implemented Interfaces:
ClauseValidator
Validates Work Ratio clauses -- these can only take integers
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionWorkRatioValidator
(JqlOperandResolver operandResolver, ApplicationProperties applicationProperties) -
Method Summary
Modifier and TypeMethodDescriptionvalidate
(ApplicationUser searcher, TerminalClause terminalClause) Validates a clause and adds human readable i18n'ed messages if there is a problem.
-
Constructor Details
-
WorkRatioValidator
public WorkRatioValidator(JqlOperandResolver operandResolver, ApplicationProperties applicationProperties)
-
-
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.
-