|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.store.AbstractFileStoreManager | +--com.mkdoc.store.AbstractRepositoryManager | +--com.mkdoc.store.AbstractLocalRepositoryManager | +--com.mkdoc.store.LocalRepositoryQueryManager
A manager for getting query results from a local repository.
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 |
public LocalRepositoryQueryManager()
Method Detail |
public final QueryResult executeQuery(Query query)
executeQuery
in interface StoreQueryManager
query
- The query to apply to the store.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |