com.atlassian.jira.jql.query
Class DueDateClauseQueryFactory

java.lang.Object
  extended by com.atlassian.jira.jql.query.LocalDateClauseQueryFactory
      extended by com.atlassian.jira.jql.query.DueDateClauseQueryFactory
All Implemented Interfaces:
ClauseQueryFactory

public class DueDateClauseQueryFactory
extends LocalDateClauseQueryFactory
implements ClauseQueryFactory

Creates clauses for queries on the due date field.

Since:
v4.0

Constructor Summary
DueDateClauseQueryFactory(JqlLocalDateSupport jqlLocalDateSupport, JqlOperandResolver jqlOperandResolver)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.jql.query.LocalDateClauseQueryFactory
getQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.jql.query.ClauseQueryFactory
getQuery
 

Constructor Detail

DueDateClauseQueryFactory

public DueDateClauseQueryFactory(JqlLocalDateSupport jqlLocalDateSupport,
                                 JqlOperandResolver jqlOperandResolver)


Copyright © 2002-2012 Atlassian. All Rights Reserved.