com.mkdoc.store
Interface StoreQueryManager

All Superinterfaces:
Manager
All Known Implementing Classes:
LocalRepositoryQueryManager

public interface StoreQueryManager
extends Manager

A query manager type.

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

Method Summary
 QueryResult executeQuery(Query query)
          Execute a query against the data store.
 
Methods inherited from interface com.mkdoc.store.Manager
initialize, shutdown
 

Method Detail

executeQuery

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

Parameters:
query - The query to apply to the store.
Returns:
A result set that fulfils the submitted query.
Since:
Version 0.1 2005-07-12