public class TerminalHistoryPredicate extends Object implements HistoryPredicate
com.atlassian.query.operator.Operator.BEFORE and the operator (which should be a datetime).| Constructor and Description |
|---|
TerminalHistoryPredicate(Operator operator,
Operand operand) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(PredicateVisitor<R> visitor)
Allows us to perform operations over the clauses based on the passed in visitor.
|
String |
getDisplayString() |
Operand |
getOperand() |
Operator |
getOperator() |
public Operand getOperand()
public Operator getOperator()
public String getDisplayString()
getDisplayString in interface HistoryPredicatepublic <R> R accept(PredicateVisitor<R> visitor)
HistoryPredicateaccept in interface HistoryPredicatevisitor - the visitor to accept.Copyright © 2002-2017 Atlassian. All Rights Reserved.