public final class DefaultQueryRegistry extends Object implements QueryRegistry
Constructor and Description |
---|
DefaultQueryRegistry(SearchHandlerManager manager) |
Modifier and Type | Method and Description |
---|---|
Collection<ClauseQueryFactory> |
getClauseQueryFactory(QueryCreationContext queryCreationContext,
TerminalClause clause)
Fetches all associated ClauseQueryFactory objects for the provided TerminalClause.
|
public DefaultQueryRegistry(SearchHandlerManager manager)
public Collection<ClauseQueryFactory> getClauseQueryFactory(QueryCreationContext queryCreationContext, TerminalClause clause)
QueryRegistry
Operator
that is associated with the
provided clause. Multiple values may be returned for custom fields.getClauseQueryFactory
in interface QueryRegistry
queryCreationContext
- the context for creating the queryclause
- that defines the name and operator for which we want to find the query factories, must not be null.Copyright © 2002-2021 Atlassian. All Rights Reserved.