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 HistoryPredicate
public <R> R accept(PredicateVisitor<R> visitor)
HistoryPredicate
accept
in interface HistoryPredicate
visitor
- the visitor to accept.Copyright © 2002-2023 Atlassian. All Rights Reserved.