Uses of Class
com.atlassian.jira.jql.query.HistoryPredicateQueryFactory
Packages that use HistoryPredicateQueryFactory
-
Uses of HistoryPredicateQueryFactory in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return HistoryPredicateQueryFactoryModifier and TypeMethodDescriptionSearchConfiguration.CommonSearchConfiguration.historyPredicateQueryFactory(PredicateOperandResolver predicateOperandResolver, JqlDateSupport jqlDateSupport, UserResolver userResolver, ChangeHistoryFieldIdResolver changeHistoryFieldIdResolver) Methods in com.atlassian.jira.component.spring.registrar with parameters of type HistoryPredicateQueryFactoryModifier and TypeMethodDescriptionSearchConfiguration.CommonSearchConfiguration.changedClauseQueryFactory(SearchProviderFactory searchProviderFactory, HistoryPredicateQueryFactory historyPredicateQueryFactory) SearchConfiguration.CommonSearchConfiguration.wasClauseQueryFactory(SearchProviderFactory searchProviderFactory, JqlOperandResolver jqlOperandResolver, HistoryPredicateQueryFactory historyPredicateQueryFactory, EmptyWasClauseOperandHandler emptyWasClauseOperandHandler, ChangeHistoryFieldIdResolver changeHistoryFieldIdResolver) -
Uses of HistoryPredicateQueryFactory in com.atlassian.jira.jql.query
Constructors in com.atlassian.jira.jql.query with parameters of type HistoryPredicateQueryFactoryModifierConstructorDescriptionChangedClauseQueryFactory(SearchProviderFactory searchProviderFactory, HistoryPredicateQueryFactory changedPredicateQueryFactory) Deprecated, for removal: This API element is subject to removal in a future version.WasClauseQueryFactory(SearchProviderFactory searchProviderFactory, JqlOperandResolver operandResolver, HistoryPredicateQueryFactory wasPredicateQueryFactory, EmptyWasClauseOperandHandler emptyWasClauseOperandHandler, ChangeHistoryFieldIdResolver changeHistoryFieldIdResolver) Deprecated, for removal: This API element is subject to removal in a future version.