public class ChangedClauseQueryFactory extends Object
| Constructor and Description |
|---|
ChangedClauseQueryFactory(SearchProviderFactory searchProviderFactory,
HistoryPredicateQueryFactory changedPredicateQueryFactory) |
| Modifier and Type | Method and Description |
|---|---|
QueryFactoryResult |
create(ApplicationUser searcher,
ChangedClause clause) |
public ChangedClauseQueryFactory(SearchProviderFactory searchProviderFactory, HistoryPredicateQueryFactory changedPredicateQueryFactory)
searchProviderFactory - factory for retrieving the history search providerchangedPredicateQueryFactory - returns queries for the predicatespublic QueryFactoryResult create(ApplicationUser searcher, ChangedClause clause)
searcher - the User representing the current searcherclause - the search cluase , for instance "Status was Open"QueryFactoryResult that wraps the Lucene QueryCopyright © 2002-2017 Atlassian. All Rights Reserved.