public interface ValidatorRegistry
TerminalClause
.Modifier and Type | Method and Description |
---|---|
ChangedClauseValidator |
getClauseValidator(ApplicationUser searcher,
ChangedClause clause)
Fetches the associated ClauseValidators for the provided ChangedClause.
|
Collection<ClauseValidator> |
getClauseValidator(ApplicationUser searcher,
TerminalClause clause)
Fetches the associated ClauseValidators for the provided TerminalClause.
|
Collection<ClauseValidator> |
getClauseValidator(ApplicationUser searcher,
WasClause clause)
Fetches the associated ClauseValidators for the provided WasClause.
|
Collection<ClauseValidator> getClauseValidator(ApplicationUser searcher, TerminalClause clause)
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.Collection<ClauseValidator> getClauseValidator(ApplicationUser searcher, WasClause clause)
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.ChangedClauseValidator getClauseValidator(ApplicationUser searcher, ChangedClause clause)
searcher
- the user who is performing the search.clause
- that defines the fieldCopyright © 2002-2018 Atlassian. All Rights Reserved.