java.lang.Object | |
↳ | com.atlassian.query.clause.WasClauseImpl |
Represents the clause for the "WAS mode" of change history querying. This clause selects issues on the basis of a previous value of a field being equal to a given value (the 'operand').
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Allows us to perform operations over the clauses based on the passed in visitor.
| |||||||||||
The name of the individual clause, this should be unique amongst the implementations otherwise
the clauses will be treated as the "same" type of clause.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||
From interface
com.atlassian.query.clause.Clause
| |||||||||||||||||||
From interface com.atlassian.query.clause.TerminalClause | |||||||||||||||||||
From interface com.atlassian.query.clause.WasClause |
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.
visitor | the visitor to accept. |
---|
The name of the individual clause, this should be unique amongst the implementations otherwise the clauses will be treated as the "same" type of clause.