public class

ChangedClauseQueryFactory

extends Object
java.lang.Object
   ↳ com.atlassian.jira.jql.query.ChangedClauseQueryFactory

Class Overview

Factory class for validating and building the Lucene Changed query.

Summary

Public Constructors
ChangedClauseQueryFactory(SearchProviderFactory searchProviderFactory, HistoryPredicateQueryFactory changedPredicateQueryFactory)
Public Methods
QueryFactoryResult create(ApplicationUser searcher, ChangedClause clause)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ChangedClauseQueryFactory (SearchProviderFactory searchProviderFactory, HistoryPredicateQueryFactory changedPredicateQueryFactory)

Parameters
searchProviderFactory factory for retrieving the history search provider
changedPredicateQueryFactory returns queries for the predicates

Public Methods

public QueryFactoryResult create (ApplicationUser searcher, ChangedClause clause)

Parameters
searcher the User representing the current searcher
clause the search cluase , for instance "Status was Open"
Returns