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