com.mkdoc.store
Class LocalRepositoryQueryManager

java.lang.Object
  |
  +--com.mkdoc.store.AbstractFileStoreManager
        |
        +--com.mkdoc.store.AbstractRepositoryManager
              |
              +--com.mkdoc.store.AbstractLocalRepositoryManager
                    |
                    +--com.mkdoc.store.LocalRepositoryQueryManager
All Implemented Interfaces:
Manager, StoreQueryManager

public class LocalRepositoryQueryManager
extends AbstractLocalRepositoryManager
implements StoreQueryManager

A manager for getting query results from a local repository.

Version:
0.1 2005-07-14
Author:
Philip Shaw

Field Summary
 
Fields inherited from class com.mkdoc.store.AbstractRepositoryManager
repository, REPOSITORY
 
Fields inherited from class com.mkdoc.store.AbstractFileStoreManager
ABSOLUTE, DOT, FOLDER, outputDir
 
Constructor Summary
LocalRepositoryQueryManager()
           
 
Method Summary
 QueryResult executeQuery(Query query)
          Execute a query against the data store.
 
Methods inherited from class com.mkdoc.store.AbstractLocalRepositoryManager
getExtension, initialize, shutdown
 
Methods inherited from class com.mkdoc.store.AbstractRepositoryManager
configureRepository
 
Methods inherited from class com.mkdoc.store.AbstractFileStoreManager
configureOutput, createDirectories, getOutputStream, getStorageFile, includesFile, purgeDocumentFile, trimExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mkdoc.store.Manager
initialize, shutdown
 

Constructor Detail

LocalRepositoryQueryManager

public LocalRepositoryQueryManager()
Method Detail

executeQuery

public final QueryResult executeQuery(Query query)
Execute a query against the data store.

Specified by:
executeQuery in interface StoreQueryManager
Parameters:
query - The query to apply to the store.
Returns:
A result set that fulfils the submitted query.
Since:
Version 0.1 2005-07-14