|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HistoryPredicate | |
|---|---|
| com.atlassian.jira.jql.parser.antlr | |
| com.atlassian.jira.jql.query | |
| com.atlassian.jira.jql.validator | |
| com.atlassian.query.clause | |
| com.atlassian.query.history | |
| Uses of HistoryPredicate in com.atlassian.jira.jql.parser.antlr |
|---|
| Methods in com.atlassian.jira.jql.parser.antlr that return HistoryPredicate | |
|---|---|
HistoryPredicate |
JqlParser.historyPredicate()
|
HistoryPredicate |
JqlParser.terminalHistoryPredicate()
|
| Uses of HistoryPredicate in com.atlassian.jira.jql.query |
|---|
| Methods in com.atlassian.jira.jql.query with parameters of type HistoryPredicate | |
|---|---|
org.apache.lucene.search.BooleanQuery |
HistoryPredicateQueryFactory.makePredicateQuery(com.atlassian.crowd.embedded.api.User searcher,
String field,
HistoryPredicate historyPredicate,
boolean isChangedSearch)
|
| Uses of HistoryPredicate in com.atlassian.jira.jql.validator |
|---|
| Methods in com.atlassian.jira.jql.validator with parameters of type HistoryPredicate | |
|---|---|
MessageSet |
HistoryPredicateValidator.validate(com.atlassian.crowd.embedded.api.User searcher,
ChangedClause clause,
HistoryPredicate predicate)
|
MessageSet |
HistoryPredicateValidator.validate(com.atlassian.crowd.embedded.api.User searcher,
WasClause clause,
HistoryPredicate predicate)
|
| Uses of HistoryPredicate in com.atlassian.query.clause |
|---|
| Methods in com.atlassian.query.clause that return HistoryPredicate | |
|---|---|
HistoryPredicate |
ChangedClauseImpl.getPredicate()
|
HistoryPredicate |
WasClauseImpl.getPredicate()
|
HistoryPredicate |
WasClause.getPredicate()
|
HistoryPredicate |
ChangedClause.getPredicate()
|
| Constructors in com.atlassian.query.clause with parameters of type HistoryPredicate | |
|---|---|
ChangedClauseImpl(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 HistoryPredicate | |
|---|---|
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. |
| Methods in com.atlassian.query.history that return types with arguments of type HistoryPredicate | |
|---|---|
List<HistoryPredicate> |
AndHistoryPredicate.getPredicates()
|
| Methods in com.atlassian.query.history with parameters of type HistoryPredicate | |
|---|---|
R |
PredicateVisitor.visit(HistoryPredicate predicate)
Visit called when accepting a HistoryPredicate. |
| Constructor parameters in com.atlassian.query.history with type arguments of type HistoryPredicate | |
|---|---|
AndHistoryPredicate(List<HistoryPredicate> predicates)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||