Uses of Interface
com.atlassian.greenhopper.customfield.searcher.GhOperatorSpecificQueryFactory

Packages that use GhOperatorSpecificQueryFactory
com.atlassian.greenhopper.customfield.epiclink   
com.atlassian.greenhopper.customfield.searcher   
com.atlassian.greenhopper.customfield.sprint   
 

Uses of GhOperatorSpecificQueryFactory in com.atlassian.greenhopper.customfield.epiclink
 

Classes in com.atlassian.greenhopper.customfield.epiclink that implement GhOperatorSpecificQueryFactory
 class EpicLinkEqualityQueryFactory
          Largely lifted from ActualValueEqualityQueryFactory.
 

Uses of GhOperatorSpecificQueryFactory in com.atlassian.greenhopper.customfield.searcher
 

Constructor parameters in com.atlassian.greenhopper.customfield.searcher with type arguments of type GhOperatorSpecificQueryFactory
GhGenericClauseQueryFactory(java.lang.String documentFieldName, java.util.List<GhOperatorSpecificQueryFactory> operatorQueryFactories, com.atlassian.jira.jql.operand.JqlOperandResolver operandResolver)
           
 

Uses of GhOperatorSpecificQueryFactory in com.atlassian.greenhopper.customfield.sprint
 

Classes in com.atlassian.greenhopper.customfield.sprint that implement GhOperatorSpecificQueryFactory
 class SprintEqualityQueryFactory
          Inspired by ActualValueEqualityQueryFactory to manage the empty / not empty clause properly.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.