com.atlassian.jira.jql.validator
Interface ValidatorRegistry

All Known Implementing Classes:
DefaultValidatorRegistry

public interface ValidatorRegistry

Resolves the validators for a provided TerminalClause.

Since:
v4.0

Method Summary
 java.util.Collection<ClauseValidator> getClauseValidator(com.opensymphony.user.User searcher, TerminalClause clause)
          Fetches the associated ClauseValidators for the provided TerminalClause.
 

Method Detail

getClauseValidator

java.util.Collection<ClauseValidator> getClauseValidator(com.opensymphony.user.User searcher,
                                                         TerminalClause clause)
Fetches the associated ClauseValidators for the provided TerminalClause. The returned value is based on the clause's name and the Operator that is associated with the provided clause. Multiple values may be returned for custom fields.

Parameters:
searcher - the user who is performing the search.
clause - that defines the name and operator for which we want to find a clause validator, must not be null.
Returns:
the validators associated with this clause, or empty list if the lookup failed.


Copyright © 2002-2010 Atlassian. All Rights Reserved.