Uses of Interface
com.atlassian.query.history.HistoryPredicate
Packages that use HistoryPredicate
Package
Description
-
Uses of HistoryPredicate in com.atlassian.jira.jql.parser.antlr
Methods in com.atlassian.jira.jql.parser.antlr that return HistoryPredicateModifier and TypeMethodDescriptionfinal HistoryPredicate
JqlParser.historyPredicate()
final HistoryPredicate
JqlParser.terminalHistoryPredicate()
-
Uses of HistoryPredicate in com.atlassian.jira.jql.query
Methods in com.atlassian.jira.jql.query with parameters of type HistoryPredicateModifier and TypeMethodDescriptionorg.apache.lucene.search.BooleanQuery
HistoryPredicateQueryFactory.makePredicateQuery
(ApplicationUser searcher, String field, HistoryPredicate historyPredicate, boolean isChangedSearch) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of HistoryPredicate in com.atlassian.jira.jql.validator
Methods in com.atlassian.jira.jql.validator with parameters of type HistoryPredicateModifier and TypeMethodDescriptionHistoryPredicateValidator.validate
(ApplicationUser searcher, ChangedClause clause, HistoryPredicate predicate) HistoryPredicateValidator.validate
(ApplicationUser searcher, WasClause clause, HistoryPredicate predicate) -
Uses of HistoryPredicate in com.atlassian.jira.search.jql
Methods in com.atlassian.jira.search.jql with parameters of type HistoryPredicateModifier and TypeMethodDescriptionHistoryPredicateQueryFactory.makeChangedPredicateQuery
(ApplicationUser searcher, ChangeHistoryItemQuery changedQuery, HistoryPredicate historyPredicate) protected Query
HistoryPredicateQueryFactory.makePredicateQuery
(ApplicationUser searcher, String field, HistoryPredicate historyPredicate, ChangeHistoryItemQuery.NestedBooleanQuery.Builder itemQueryBuilder, boolean isChangedSearch) HistoryPredicateQueryFactory.makeWasPredicateQuery
(ApplicationUser searcher, ChangeHistoryItemQuery wasQuery, HistoryPredicate historyPredicate) -
Uses of HistoryPredicate in com.atlassian.query.clause
Methods in com.atlassian.query.clause that return HistoryPredicateModifier and TypeMethodDescriptionChangedClause.getPredicate()
ChangedClauseImpl.getPredicate()
WasClause.getPredicate()
WasClauseImpl.getPredicate()
Constructors in com.atlassian.query.clause with parameters of type HistoryPredicateModifierConstructorDescriptionChangedClauseImpl
(String field, Operator operator, HistoryPredicate historyPredicate) WasClauseImpl
(String field, Operator operator, Operand operand, HistoryPredicate predicate) -
Uses of HistoryPredicate in com.atlassian.query.history
Classes in com.atlassian.query.history that implement HistoryPredicateModifier and TypeClassDescriptionclass
Represents a sequence ofHistoryPredicates
composed with AND operators such that the resulting predicate is true only if ALL of the composed predicates are true.class
Represents an assertion about a change history, namely that the expression of combining the prefix operator with the operand.Methods in com.atlassian.query.history that return types with arguments of type HistoryPredicateMethods in com.atlassian.query.history with parameters of type HistoryPredicateModifier and TypeMethodDescriptionPredicateVisitor.visit
(HistoryPredicate predicate) Visit called when accepting aHistoryPredicate
.Constructor parameters in com.atlassian.query.history with type arguments of type HistoryPredicate