Uses of Class
org.apache.jackrabbit.oak.query.QueryOptions
-
Packages that use QueryOptions Package Description org.apache.jackrabbit.oak.query org.apache.jackrabbit.oak.query.xpath -
-
Uses of QueryOptions in org.apache.jackrabbit.oak.query
Methods in org.apache.jackrabbit.oak.query that return QueryOptions Modifier and Type Method Description QueryOptionsQueryOptions.AutomaticQueryOptionsMapping. getDefaultValues(String statement)QueryOptionsQueryImpl. getQueryOptions()Methods in org.apache.jackrabbit.oak.query with parameters of type QueryOptions Modifier and Type Method Description voidQuery. setQueryOptions(QueryOptions options)Set the query option to be used for this query.voidQueryImpl. setQueryOptions(QueryOptions options)voidUnionQueryImpl. setQueryOptions(QueryOptions options)Constructors in org.apache.jackrabbit.oak.query with parameters of type QueryOptions Constructor Description QueryOptions(QueryOptions defaultValues) -
Uses of QueryOptions in org.apache.jackrabbit.oak.query.xpath
Methods in org.apache.jackrabbit.oak.query.xpath with parameters of type QueryOptions Modifier and Type Method Description voidStatement. setQueryOptions(QueryOptions options)
-