Uses of Interface
com.atlassian.query.history.HistoryPredicate

Packages that use HistoryPredicate
com.atlassian.jira.jql.parser.antlr   
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.query.clause
 

Methods in com.atlassian.query.clause that return HistoryPredicate
 HistoryPredicate WasClauseImpl.getPredicate()
           
 HistoryPredicate WasClause.getPredicate()
           
 

Constructors in com.atlassian.query.clause with parameters of type 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 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)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.