public interface QueryRegistry
TerminalClause
to its associated
ClauseQueryFactory
s.Modifier and Type | Method and Description |
---|---|
Collection<ClauseQueryFactory> |
getClauseQueryFactory(QueryCreationContext queryCreationContext,
TerminalClause clause)
Fetches all associated ClauseQueryFactory objects for the provided TerminalClause.
|
Collection<ClauseQueryFactory> getClauseQueryFactory(QueryCreationContext queryCreationContext, TerminalClause clause)
Operator
that is associated with the
provided clause. Multiple values may be returned for custom fields.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.