Uses of Interface
com.atlassian.jira.jql.query.QueryCreationContext

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.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.