Package | Description |
---|---|
com.atlassian.jira.jql.parser.antlr | |
com.atlassian.jira.jql.query | |
com.atlassian.jira.jql.validator | |
com.atlassian.query.clause | |
com.atlassian.query.history |
Modifier and Type | Method and Description |
---|---|
HistoryPredicate |
JqlParser.historyPredicate() |
HistoryPredicate |
JqlParser.terminalHistoryPredicate() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.BooleanQuery |
HistoryPredicateQueryFactory.makePredicateQuery(ApplicationUser searcher,
String field,
HistoryPredicate historyPredicate,
boolean isChangedSearch) |
Modifier and Type | Method and Description |
---|---|
MessageSet |
HistoryPredicateValidator.validate(ApplicationUser searcher,
ChangedClause clause,
HistoryPredicate predicate) |
MessageSet |
HistoryPredicateValidator.validate(ApplicationUser searcher,
WasClause clause,
HistoryPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
HistoryPredicate |
ChangedClauseImpl.getPredicate() |
HistoryPredicate |
WasClauseImpl.getPredicate() |
HistoryPredicate |
WasClause.getPredicate() |
HistoryPredicate |
ChangedClause.getPredicate() |
Constructor and Description |
---|
ChangedClauseImpl(String field,
Operator operator,
HistoryPredicate historyPredicate) |
WasClauseImpl(String field,
Operator operator,
Operand operand,
HistoryPredicate predicate) |
Modifier and Type | Class and Description |
---|---|
class |
AndHistoryPredicate
Represents a sequence of
HistoryPredicates composed with AND operators such that the
resulting predicate is true only if ALL of the composed predicates are true. |
class |
TerminalHistoryPredicate
Represents an assertion about a change history, namely that the expression of combining the prefix operator with
the operand.
|
Modifier and Type | Method and Description |
---|---|
List<HistoryPredicate> |
AndHistoryPredicate.getPredicates() |
Modifier and Type | Method and Description |
---|---|
R |
PredicateVisitor.visit(HistoryPredicate predicate)
Visit called when accepting a
HistoryPredicate . |
Constructor and Description |
---|
AndHistoryPredicate(List<HistoryPredicate> predicates) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.