Package com.atlassian.jira.jql.query
Class DueDateClauseQueryFactory
java.lang.Object
com.atlassian.jira.jql.query.LocalDateClauseQueryFactory
com.atlassian.jira.jql.query.DueDateClauseQueryFactory
- All Implemented Interfaces:
ClauseQueryFactory
@Deprecated(since="10.6",
forRemoval=true)
public class DueDateClauseQueryFactory
extends LocalDateClauseQueryFactory
implements ClauseQueryFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Creates clauses for queries on the due date field.
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionDueDateClauseQueryFactory
(JqlLocalDateSupport jqlLocalDateSupport, JqlOperandResolver jqlOperandResolver) Deprecated, for removal: This API element is subject to removal in a future version. -
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 Details
-
DueDateClauseQueryFactory
public DueDateClauseQueryFactory(JqlLocalDateSupport jqlLocalDateSupport, JqlOperandResolver jqlOperandResolver) Deprecated, for removal: This API element is subject to removal in a future version.
-
DueDateClauseQueryMapper
instead.