Uses of Interface
com.atlassian.query.history.HistoryPredicate
Package
Description
-
Uses of HistoryPredicate in com.atlassian.jira.jql.parser.antlr
Modifier and TypeMethodDescriptionfinal HistoryPredicate
JqlParser.historyPredicate()
final HistoryPredicate
JqlParser.terminalHistoryPredicate()
-
Uses of HistoryPredicate in com.atlassian.jira.jql.query
Modifier and TypeMethodDescriptionorg.apache.lucene.search.BooleanQuery
HistoryPredicateQueryFactory.makePredicateQuery
(ApplicationUser searcher, String field, HistoryPredicate historyPredicate, boolean isChangedSearch) -
Uses of HistoryPredicate in com.atlassian.jira.jql.validator
Modifier and TypeMethodDescriptionHistoryPredicateValidator.validate
(ApplicationUser searcher, ChangedClause clause, HistoryPredicate predicate) HistoryPredicateValidator.validate
(ApplicationUser searcher, WasClause clause, HistoryPredicate predicate) -
Uses of HistoryPredicate in com.atlassian.query.clause
Modifier and TypeMethodDescriptionChangedClause.getPredicate()
ChangedClauseImpl.getPredicate()
WasClause.getPredicate()
WasClauseImpl.getPredicate()
ModifierConstructorDescriptionChangedClauseImpl
(String field, Operator operator, HistoryPredicate historyPredicate) WasClauseImpl
(String field, Operator operator, Operand operand, HistoryPredicate predicate) -
Uses of HistoryPredicate in com.atlassian.query.history
Modifier 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.Modifier and TypeMethodDescriptionPredicateVisitor.visit
(HistoryPredicate predicate) Visit called when accepting aHistoryPredicate
.