Uses of Interface
org.hippoecm.hst.content.beans.query.HstQuery
Package
Description
The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query
-
Uses of HstQuery 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.