|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.user.search.query.AbstractBooleanQuery
Field Summary | |
protected boolean |
anding
|
protected java.util.List |
queries
|
Fields inherited from interface com.atlassian.user.search.query.BooleanQuery |
AND, OR |
Constructor Summary | |
protected |
AbstractBooleanQuery(boolean anding)
|
protected |
AbstractBooleanQuery(java.lang.String anding)
|
Method Summary | |
java.util.List |
getQueries()
|
boolean |
isAND()
It is impossible for isAND() and isOR() to both return true or false. |
boolean |
isOR()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean anding
protected java.util.List queries
Constructor Detail |
protected AbstractBooleanQuery(boolean anding)
protected AbstractBooleanQuery(java.lang.String anding)
Method Detail |
public boolean isAND()
isAND
in interface BooleanQuery
public boolean isOR()
isOR
in interface BooleanQuery
public java.util.List getQueries()
getQueries
in interface BooleanQuery
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |