java.lang.Object | |
↳ | com.atlassian.jira.jql.validator.NumberCustomFieldValidator |
A validator for number custom fields.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
Use
NumberCustomFieldValidator(JqlOperandResolver, NumberIndexValueConverter, I18nHelper.BeanFactory) instead. Since v5.0.
| |||||||||||
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Validates a clause and adds human readable i18n'ed messages if there is a problem.
|
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||
![]()
|
This constructor is deprecated.
Use NumberCustomFieldValidator(JqlOperandResolver, NumberIndexValueConverter, I18nHelper.BeanFactory)
instead. Since v5.0.
Old constructor.
Validates a clause and adds human readable i18n'ed messages if there is a problem.
searcher | the user who is executing the search. |
---|---|
terminalClause | the clause to validate. |