public interface ClauseValidator
Modifier and Type | Method and Description |
---|---|
MessageSet |
validate(ApplicationUser searcher,
TerminalClause terminalClause)
Validates a clause and adds human readable i18n'ed messages if there is a problem.
|
@Nonnull MessageSet validate(ApplicationUser searcher, @Nonnull TerminalClause terminalClause)
searcher
- the user who is executing the search.terminalClause
- the clause to validate.Copyright © 2002-2024 Atlassian. All Rights Reserved.