com.atlassian.greenhopper.customfield.searcher
Class GhGenericClauseQueryFactory

java.lang.Object
  extended by com.atlassian.greenhopper.customfield.searcher.GhGenericClauseQueryFactory
All Implemented Interfaces:
com.atlassian.jira.jql.query.ClauseQueryFactory

public class GhGenericClauseQueryFactory
extends java.lang.Object
implements com.atlassian.jira.jql.query.ClauseQueryFactory

Can generate queries for issue constant clauses. This fork of GenericClauseQueryFactory accepts GhOperatorSpecificQueryFactory as parameters and provide it the QueryCreationContext for each call.

Since:
v6.1.2

Constructor Summary
GhGenericClauseQueryFactory(java.lang.String documentFieldName, java.util.List<GhOperatorSpecificQueryFactory> operatorQueryFactories, com.atlassian.jira.jql.operand.JqlOperandResolver operandResolver)
           
 
Method Summary
 com.atlassian.jira.jql.query.QueryFactoryResult getQuery(com.atlassian.jira.jql.query.QueryCreationContext queryCreationContext, com.atlassian.query.clause.TerminalClause terminalClause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhGenericClauseQueryFactory

public GhGenericClauseQueryFactory(java.lang.String documentFieldName,
                                   java.util.List<GhOperatorSpecificQueryFactory> operatorQueryFactories,
                                   com.atlassian.jira.jql.operand.JqlOperandResolver operandResolver)
Method Detail

getQuery

public com.atlassian.jira.jql.query.QueryFactoryResult getQuery(com.atlassian.jira.jql.query.QueryCreationContext queryCreationContext,
                                                                com.atlassian.query.clause.TerminalClause terminalClause)
Specified by:
getQuery in interface com.atlassian.jira.jql.query.ClauseQueryFactory


Copyright © 2007-2013 Atlassian. All Rights Reserved.