|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidatorRegistry
Resolves the validators for a provided TerminalClause.
| Method Summary | |
|---|---|
ChangedClauseValidator |
getClauseValidator(com.atlassian.crowd.embedded.api.User searcher,
ChangedClause clause)
Fetches the associated ClauseValidators for the provided ChangedClause. |
Collection<ClauseValidator> |
getClauseValidator(com.atlassian.crowd.embedded.api.User searcher,
TerminalClause clause)
Fetches the associated ClauseValidators for the provided TerminalClause. |
Collection<ClauseValidator> |
getClauseValidator(com.atlassian.crowd.embedded.api.User searcher,
WasClause clause)
Fetches the associated ClauseValidators for the provided WasClause. |
| Method Detail |
|---|
Collection<ClauseValidator> getClauseValidator(com.atlassian.crowd.embedded.api.User 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(com.atlassian.crowd.embedded.api.User 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(com.atlassian.crowd.embedded.api.User searcher,
ChangedClause clause)
searcher - the user who is performing the search.clause - that defines the field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||