Uses of Interface
org.apache.jackrabbit.commons.query.GQL.Filter
-
Packages that use GQL.Filter Package Description org.apache.jackrabbit.commons.query -
-
Uses of GQL.Filter in org.apache.jackrabbit.commons.query
Methods in org.apache.jackrabbit.commons.query with parameters of type GQL.Filter Modifier and Type Method Description static RowIteratorGQL. execute(String statement, Session session, String commonPathPrefix, GQL.Filter filter)Executes the GQL query and returns the result as a row iterator.static RowIteratorGQL. executeXPath(String jcrQuery, String jcrQueryLanguage, Session session, String commonPathPrefix, GQL.Filter filter)Executes the GQL query and returns the result as a row iterator.
-