Uses of Interface
com.mkdoc.query.Query

Packages that use Query
com.mkdoc.query Generic metadata query interfaces  
com.mkdoc.store Management interfaces and implementations. 
 

Uses of Query in com.mkdoc.query
 

Classes in com.mkdoc.query that implement Query
 class SimpleQuery
          A simple query implementation.
 

Fields in com.mkdoc.query declared as Query
protected  Query AbstractResultRenderer.query
          The query against which the results were returned.
 

Methods in com.mkdoc.query that return Query
 Query ServletQueryBuilder.getQuery()
          Parse the query source and get a Query object.
 Query AbstractResultRenderer.getQuery()
          Get the query for the results.
 Query QueryBuilder.getQuery()
          Parse the query source and get a Query object.
 

Methods in com.mkdoc.query with parameters of type Query
static ResultRenderer QueryFactory.getResultRenderer(Query query)
          Get a result renderer.
 void AbstractResultRenderer.setQuery(Query query)
          Set the query for the results.
 

Constructors in com.mkdoc.query with parameters of type Query
XhtmlResultRenderer(Query query)
          Construct a renderer for a specific query.
TextResultRenderer(Query query)
          Construct a renderer for a specific query.
RssResultRenderer(Query query)
          Construct a renderer for a specific query.
 

Uses of Query in com.mkdoc.store
 

Methods in com.mkdoc.store with parameters of type Query
 QueryResult AbstractStoreManager.executeQuery(Query query)
          Execute a query against the data store.
 QueryResult StoreManager.executeQuery(Query query)
          Execute a query against the data store.