org.jboss.portal.search.query
Class BooleanQuery

java.lang.Object
  extended by org.jboss.portal.search.SimpleQuery
      extended by org.jboss.portal.search.query.BooleanQuery
All Implemented Interfaces:
Query

public class BooleanQuery
extends SimpleQuery

Version:
$Revision$
Author:
Thomas Heute

Constructor Summary
BooleanQuery(java.util.List clauses)
           
 
Method Summary
 java.util.List getClauses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanQuery

public BooleanQuery(java.util.List clauses)
Method Detail

getClauses

public java.util.List getClauses()