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.
since 10.6 for removal in 11.0. Use UpdatedDateClauseQueryMapper instead.
Creates clauses for queries on the updated date field.
Since:
v4.0
  • Constructor Details

    • UpdatedDateClauseQueryFactory

      public UpdatedDateClauseQueryFactory(JqlDateSupport jqlDateSupport, JqlOperandResolver jqlOperandResolver)
      Deprecated, for removal: This API element is subject to removal in a future version.