|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HistoryPredicate | |
|---|---|
| com.atlassian.query.clause | |
| com.atlassian.query.history | |
| Uses of HistoryPredicate in com.atlassian.query.clause |
|---|
| Methods in com.atlassian.query.clause that return HistoryPredicate | |
|---|---|
HistoryPredicate |
WasClause.getPredicate()
|
HistoryPredicate |
WasClauseImpl.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. |
| Constructor parameters in com.atlassian.query.history with type arguments of type HistoryPredicate | |
|---|---|
AndHistoryPredicate(List<HistoryPredicate> predicates)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||