Interface | Description |
---|---|
Query |
This is a Query interface, representing all queries in various languages for various stores.
|
QueryBuilder<T> |
Generic interface to build a
Query from some data. |
QueryExecutor |
Execute a query for a given language (one implementation per language).
|
QueryExecutorManager |
Execute queries (supported languages are returned by
QueryExecutorManager.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 |
Extends
Query with various security related options. |
Class | Description |
---|---|
WrappingQuery |
Make it simple to change the behavior of a
Query by extending this class and overriding only the behavior
you wish to alter. |
Exception | Description |
---|---|
QueryException |
Encapsulate a error while processing or executing a query.
|
Copyright © 2004–2021 XWiki. All rights reserved.