com.xerox.bantam
Class Query

java.lang.Object
  |
  +--com.xerox.bantam.Query

public abstract class Query
extends Object

Base class for queries.

This is an opaque object with specific instances supplied by a Storage implementation. To create queries, use the QueryFactory obtained from a Storage object.

Version:
$Revision: 1.3 $, $Date: 2000/03/14 18:31:59 $
Author:
Keith Edwards

Constructor Summary
protected Query(Storage s)
           
 
Method Summary
 DocumentList execute()
           
 Storage getStorage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

protected Query(Storage s)
Method Detail

getStorage

public Storage getStorage()

execute

public DocumentList execute()
                     throws StorageException

Project Harland