com.atlassian.query.history.HistoryPredicate |
Known Indirect Subclasses
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. |
TerminalHistoryPredicate |
Represents an assertion about a change history, namely that the expression of combining the prefix operator with
the operand. |
|
Class Overview
Represents a possibly composite expression that may evaluate to true or false for a given change history item.
The intended use is querying the change groups of an issue to find those that contain a change item that matches
the predicate.
Public Methods
Allows us to perform operations over the clauses based on the passed in visitor. This method calls the
visit method on the visitor with this reference.
Parameters
visitor
| the visitor to accept. |
Returns
- the result of the visit operation who's type is specified by the incoming visitor.
public
String
getDisplayString
()