Uses of Class
org.hippoecm.hst.content.beans.query.exceptions.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
Modifier 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