Uses of Enum
org.apache.sling.testing.clients.query.QueryClient.QueryType
Packages that use QueryClient.QueryType
-
Uses of QueryClient.QueryType in org.apache.sling.testing.clients.query
Methods in org.apache.sling.testing.clients.query that return QueryClient.QueryTypeModifier and TypeMethodDescriptionstatic QueryClient.QueryTypeReturns the enum constant of this type with the specified name.static QueryClient.QueryType[]QueryClient.QueryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.testing.clients.query with parameters of type QueryClient.QueryTypeModifier and TypeMethodDescriptionlongQueryClient.doCount(String query, QueryClient.QueryType type) Executes a query on the server and returns only the number of rows in the resultcom.fasterxml.jackson.databind.JsonNodeQueryClient.doQuery(String query, QueryClient.QueryType type) Executes a query on the server and returns the results as a jsonprotected com.fasterxml.jackson.databind.JsonNodeQueryClient.doQuery(String query, QueryClient.QueryType type, boolean showResults, boolean explain) QueryClient.getPlan(String query, QueryClient.QueryType type) Retrieves the plan of the query.