All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class 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.QueryException Encapsulate a error while processing or executing a query.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.QueryManagerScriptService Provides Query Manager-specific Scripting APIs.QueryParameter Represents a parameter of a Query.SecureQuery ExtendsQuery
with various security related options.WrappingQuery Make it simple to change the behavior of aQuery
by extending this class and overriding only the behavior you wish to alter.