Package | Description |
---|---|
org.hippoecm.hst.content.beans.query |
The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query
|
org.hippoecm.hst.content.beans.query.exceptions |
The org.hippoecm.hst.content.beans.query.exceptions package defines the API for the HST Content Beans Query Exceptions
|
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
Modifier and Type | Method and Description |
---|---|
HstQuery |
HstQueryManager.createQuery(HippoBean scope)
Creates a empty query, with scope
|
HstQuery |
HstQueryManagerImpl.createQuery(HippoBean scope)
Creates a empty query, with the scope HippoBean
|
HstQuery |
HstQueryManager.createQuery(HippoBean scope,
boolean includeSubTypes,
Class<? extends HippoBean>... filterBean) |
HstQuery |
HstQueryManagerImpl.createQuery(HippoBean scope,
boolean includeSubTypes,
Class<? extends HippoBean>... filterBeans) |
HstQuery |
HstQueryManager.createQuery(HippoBean scope,
boolean includeSubTypes,
String... primaryNodeTypes) |
HstQuery |
HstQueryManagerImpl.createQuery(HippoBean scope,
boolean includeSubTypes,
String... primaryNodeTypes) |
HstQuery |
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.
|
HstQuery |
HstQueryManagerImpl.createQuery(HippoBean scope,
Class<? extends HippoBean>... filterBeans) |
HstQuery |
HstQueryManager.createQuery(HippoBean scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes)
Creates a query, with scope HippoBean and Filter for types of filterBean.
|
HstQuery |
HstQueryManagerImpl.createQuery(HippoBean scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes)
Creates a query, with scope HippoBean and Filter for types of filterBean.
|
HstQuery |
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 |
HstQueryManagerImpl.createQuery(HippoBean scope,
String... primaryNodeTypes) |
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope)
Creates a empty query, with scope
|
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope) |
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope,
boolean includeSubTypes,
Class<? extends HippoBean>... filterBeans) |
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope,
boolean includeSubTypes,
Class<? extends HippoBean>... filterBeans) |
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope,
boolean includeSubTypes,
String... primaryNodeTypes) |
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope,
boolean includeSubTypes,
String... primaryNodeTypes) |
HstQuery |
HstQueryManager.createQuery(javax.jcr.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.
|
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.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.
|
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes)
Creates a query, with scope and Filter for types of filterBean.
|
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes)
Creates a query, with scope and Filter for types of filterBean.
|
HstQuery |
HstQueryManager.createQuery(javax.jcr.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.
|
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope,
String... primaryNodeTypes) |
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope,
String nodeType,
boolean includeSubTypes)
Creates a query, with scope and Filter for node types.
|
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope,
String nodeType,
boolean includeSubTypes) |
HstQueryResult |
HstQuery.execute()
The actual execution of the HstQuery.
|
HstQueryResult |
HstQueryImpl.execute() |
String |
HstQueryImpl.getQuery() |
String |
HstQuery.getQueryAsString(boolean skipDefaultOrderBy)
Returns the query as string.
|
String |
HstQueryImpl.getQueryAsString(boolean skipDefaultOrderBy) |
Modifier and Type | Class and Description |
---|---|
class |
FilterException |
class |
ScopeException |
Constructor and Description |
---|
RuntimeQueryException(QueryException e) |
Modifier and Type | Method and Description |
---|---|
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
int depth,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Returns a HstQuery for incoming beans (incoming beans within scope
scope ). |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
int depth,
ObjectConverter converter,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Deprecated.
since 7.9.0 : objectConverter not used any more.
use
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, int, Class, boolean) instead |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
List<String> linkPaths,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Returns a HstQuery for incoming beans (incoming beans within scope
scope ). |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
List<String> linkPaths,
ObjectConverter converter,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Deprecated.
since 7.9.0 : objectConverter not used any more.
use
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, List, Class, boolean) instead |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
String linkPath,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Returns a HstQuery for incoming beans (incoming beans within scope
scope ). |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
String linkPath,
ObjectConverter converter,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Deprecated.
since 7.9.0 : objectConverter not used any more.
use
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, String, Class, boolean) instead |
static <T extends HippoBean> |
ContentBeanUtils.getIncomingBeans(HstQuery query,
Class<? extends HippoBean> beanMappingClass)
Returns a list of beans of type T (the same type as
beanMappingClass ) that have a (facet)link to the HippoDocumentBean bean . |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.