Uses of Class
unitloader.QBool

Packages that use QBool
unitloader   
unitrequestor   
 

Uses of QBool in unitloader
 

Methods in unitloader with parameters of type QBool
 void ProtocolQuery.setQuery(int first, int limit, QBool query, boolean count)
          Overloaded method to set the query part of a search request for boolean queries.
 void ProtocolQuery.setQuery(QBool query, boolean count)
          Overloaded method to set the query part of a search request for boolean queries.
private  org.jdom.Element ProtocolQuery.createQuery(QBool booleanQuery)
           
 

Constructors in unitloader with parameters of type QBool
QBool(java.lang.String op, QBool first, QBool second)
          Overloaded constructor for binary boolean operators (or, and, nor, nand).
QBool(java.lang.String op, QBool first, Comp second)
          Overloaded constructor for binary boolean operators (or, and, nor, nand).
QBool(java.lang.String op, Comp first, QBool second)
          Overloaded constructor for binary boolean operators (or, and, nor, nand).
QBool(java.lang.String op, QBool arg)
          Overloaded constructor for unary boolean operators (not).
 

Uses of QBool in unitrequestor
 

Methods in unitrequestor that return QBool
private static QBool ReqSearch.createQuery()
           
private static QBool ReqSearch.createQuery0()
           
private static QBool ReqSearch.createQuery3()