com.atlassian.query.clause
Interface WasClause

All Superinterfaces:
Clause, TerminalClause
All Known Implementing Classes:
WasClauseImpl

public interface WasClause
extends TerminalClause

Used to represent WAS in the Query tree

Since:
v4.3

Method Summary
 String getField()
           
 HistoryPredicate getPredicate()
           
 
Methods inherited from interface com.atlassian.query.clause.TerminalClause
getOperand, getOperator
 
Methods inherited from interface com.atlassian.query.clause.Clause
accept, getClauses, getName, toString
 

Method Detail

getField

String getField()

getPredicate

HistoryPredicate getPredicate()


Copyright © 2002-2012 Atlassian. All Rights Reserved.