org.jafer.zoom
Class QueryImplCQL

java.lang.Object
  extended by org.z3950.zoombase.Configurable
      extended by org.z3950.zoombase.Query
          extended by org.jafer.zoom.QueryImplCQL
All Implemented Interfaces:
java.io.Serializable, org.z3950.zoom.Configurable, org.z3950.zoom.Query

public class QueryImplCQL
extends org.z3950.zoombase.Query

See Also:
Serialized Form

Constructor Summary
QueryImplCQL()
           
 
Method Summary
 java.lang.Object getValue()
          Implementation of Zoom Query class for CQL queries.
 boolean isProcessedByClient()
           
 void setProcessedByClient(boolean processedByClient)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.z3950.zoombase.Configurable
get, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.z3950.zoom.Configurable
get, set
 

Constructor Detail

QueryImplCQL

public QueryImplCQL()
Method Detail

getValue

public java.lang.Object getValue()
Implementation of Zoom Query class for CQL queries. Note that this is loaded by the Zoom QueryFactory class, which looks for the class name in a file called META-INF/services/org.z3950.zoom.query.CQL in the classpath.

Specified by:
getValue in interface org.z3950.zoom.Query
Overrides:
getValue in class org.z3950.zoombase.Query

setValue

public void setValue(java.lang.Object value)
              throws org.z3950.zoom.Exception
Specified by:
setValue in interface org.z3950.zoom.Query
Overrides:
setValue in class org.z3950.zoombase.Query
Throws:
org.z3950.zoom.Exception

isProcessedByClient

public boolean isProcessedByClient()

setProcessedByClient

public void setProcessedByClient(boolean processedByClient)