|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryCreationContext | |
|---|---|
| com.atlassian.jira.jql.operand | |
| com.atlassian.jira.jql.query | |
| com.atlassian.jira.plugin.jql.function | |
| Uses of QueryCreationContext in com.atlassian.jira.jql.operand |
|---|
| Methods in com.atlassian.jira.jql.operand with parameters of type QueryCreationContext | |
|---|---|
List<QueryLiteral> |
JqlOperandResolver.getValues(QueryCreationContext queryCreationContext,
Operand operand,
TerminalClause terminalClause)
Return the values contained within the passed operand. |
| Uses of QueryCreationContext in com.atlassian.jira.jql.query |
|---|
| Methods in com.atlassian.jira.jql.query with parameters of type QueryCreationContext | |
|---|---|
QueryFactoryResult |
ClauseQueryFactory.getQuery(QueryCreationContext queryCreationContext,
TerminalClause terminalClause)
Generates a lucene query for the passed TerminalClause. |
| Uses of QueryCreationContext in com.atlassian.jira.plugin.jql.function |
|---|
| Methods in com.atlassian.jira.plugin.jql.function with parameters of type QueryCreationContext | |
|---|---|
List<QueryLiteral> |
JqlFunction.getValues(QueryCreationContext queryCreationContext,
FunctionOperand operand,
TerminalClause terminalClause)
Gets the unexpanded values provided by the user on input. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||