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
@Deprecated(since="10.6",
forRemoval=true)
public class UpdatedDateClauseQueryFactory
extends DateClauseQueryFactory
implements ClauseQueryFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Creates clauses for queries on the updated date field.
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionUpdatedDateClauseQueryFactory(JqlDateSupport jqlDateSupport, 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.DateClauseQueryFactory
getQueryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.jql.query.ClauseQueryFactory
getQuery
-
Constructor Details
-
UpdatedDateClauseQueryFactory
public UpdatedDateClauseQueryFactory(JqlDateSupport jqlDateSupport, JqlOperandResolver jqlOperandResolver) Deprecated, for removal: This API element is subject to removal in a future version.
-
UpdatedDateClauseQueryMapperinstead.