Package com.atlassian.jira.jql.query
Class UpdatedDateClauseQueryFactory
java.lang.Object
com.atlassian.jira.jql.query.DateClauseQueryFactory
com.atlassian.jira.jql.query.UpdatedDateClauseQueryFactory
- All Implemented Interfaces:
ClauseQueryFactory
public class UpdatedDateClauseQueryFactory
extends DateClauseQueryFactory
implements ClauseQueryFactory
Creates clauses for queries on the updated date field.
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionUpdatedDateClauseQueryFactory
(JqlDateSupport jqlDateSupport, JqlOperandResolver jqlOperandResolver) -
Method Summary
Methods inherited from class com.atlassian.jira.jql.query.DateClauseQueryFactory
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
-
UpdatedDateClauseQueryFactory
public UpdatedDateClauseQueryFactory(JqlDateSupport jqlDateSupport, JqlOperandResolver jqlOperandResolver)
-