java.lang.Object | |
↳ | com.atlassian.jira.jql.validator.DefaultValidatorRegistry |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Fetches the associated ClauseValidators for the provided WasClause.
| |||||||||||
Fetches the associated ClauseValidators for the provided TerminalClause.
| |||||||||||
Fetches the associated ClauseValidators for the provided ChangedClause.
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||
From interface
com.atlassian.jira.jql.validator.ValidatorRegistry
|
Fetches the associated ClauseValidators for the provided WasClause. 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.
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. |
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.
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. |
Fetches the associated ClauseValidators for the provided ChangedClause.
searcher | the user who is performing the search. |
---|---|
clause | that defines the field |