public interface OperatorUsageValidator
Operator
.
This does checks to see that list operators are not used with non-lists and vice-versa.
Modifier and Type | Method and Description |
---|---|
boolean |
check(ApplicationUser searcher,
TerminalClause clause)
Check the usage of the Operator and Operand that are held in the clause.
|
MessageSet |
validate(ApplicationUser searcher,
TerminalClause clause)
Validate the usage of the Operator and Operand that are held in the clause.
|
MessageSet validate(ApplicationUser searcher, TerminalClause clause)
searcher
- the user performing the validation, used to get i18n information.clause
- the clause that contains the Operator and Operand.boolean check(ApplicationUser searcher, TerminalClause clause)
searcher
- the user performing the validation, used to get i18n information.clause
- the clause that contains the Operator and Operand.Copyright © 2002-2022 Atlassian. All Rights Reserved.