java.lang.Object | |
↳ | com.atlassian.jira.jql.validator.DefaultOperatorUsageValidator |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Check the usage of the Operator and Operand that are held in the clause.
| |||||||||||
Validate the usage of the Operator and Operand that are held in the clause.
|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||
From interface
com.atlassian.jira.jql.validator.OperatorUsageValidator
|
Check the usage of the Operator and Operand that are held in the clause. The clause specific validation, as to whether the clause has any specific issues with the configuration occurs elsewhere. This is just performing global Operator/Operand checks.
user | the user performing the validation, used to get i18n information. |
---|---|
clause | the clause that contains the Operator and Operand. |
Validate the usage of the Operator and Operand that are held in the clause. The clause specific validation, as to whether the clause has any specific issues with the configuration occurs elsewhere. This is just performing global Operator/Operand checks.
searcher | the user performing the validation, used to get i18n information. |
---|---|
clause | the clause that contains the Operator and Operand. |