Package org.xwiki.query
-
Interface Summary Interface Description Query This is a Query interface, representing all queries in various languages for various stores.QueryBuilder<T> Generic interface to build aQuery
from some data.QueryExecutor Execute a query for a given language (one implementation per language).QueryExecutorManager Execute queries (supported languages are returned byQueryExecutorManager.getLanguages()
).QueryFilter Query Filter interface.QueryManager This interface encapsulates methods for the management of search queries and is similar to JCR's QueryManager.QueryParameter Represents a parameter of a Query.SecureQuery ExtendsQuery
with various security related options. -
Class Summary Class Description WrappingQuery Make it simple to change the behavior of aQuery
by extending this class and overriding only the behavior you wish to alter. -
Exception Summary Exception Description QueryException Encapsulate a error while processing or executing a query.