Uses of Class
org.hippoecm.hst.content.beans.query.exceptions.QueryException
Packages that use QueryException
Package
Description
The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query
The org.hippoecm.hst.content.beans.query.exceptions package defines the API for the HST Content Beans Query Exceptions
-
Uses of QueryException in org.hippoecm.hst.content.beans.query
Methods in org.hippoecm.hst.content.beans.query that throw QueryExceptionModifier and TypeMethodDescriptionHstQueryManager.createQuery
(Node scope) Creates a empty query, with scopeHstQueryManager.createQuery
(Node scope, boolean includeSubTypes, Class<? extends HippoBean>... filterBeans) HstQueryManager.createQuery
(Node scope, boolean includeSubTypes, String... primaryNodeTypes) HstQueryManager.createQuery
(Node scope, Class<? extends HippoBean>... filterBeans) Creates a query, with the scope HippoBean and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments.HstQueryManager.createQuery
(Node scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes) Creates a query, with scope and Filter for types of filterBean.HstQueryManager.createQuery
(Node scope, String... primaryNodeTypes) Creates a query, with the scope HippoBean and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments.HstQueryManager.createQuery
(Node scope, String nodeType, boolean includeSubTypes) Creates a query, with scope and Filter for node types.HstQueryManager.createQuery
(HippoBean scope) Creates a empty query, with scopeHstQueryManager.createQuery
(HippoBean scope, boolean includeSubTypes, Class<? extends HippoBean>... filterBean) HstQueryManager.createQuery
(HippoBean scope, boolean includeSubTypes, String... primaryNodeTypes) HstQueryManager.createQuery
(HippoBean scope, Class<? extends HippoBean>... filterBean) Creates a query, with a scope and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments.HstQueryManager.createQuery
(HippoBean scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes) Creates a query, with scope HippoBean and Filter for types of filterBean.HstQueryManager.createQuery
(HippoBean scope, String... primaryNodeTypes) Creates a query, with a scope and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments.HstQuery.execute()
The actual execution of the HstQuery.HstQuery.getQueryAsString
(boolean skipDefaultOrderBy) Returns the query as string. -
Uses of QueryException in org.hippoecm.hst.content.beans.query.exceptions
Subclasses of QueryException in org.hippoecm.hst.content.beans.query.exceptionsConstructors in org.hippoecm.hst.content.beans.query.exceptions with parameters of type QueryException