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
|
Modifier and Type | Method and Description |
---|---|
HstQuery |
HstQueryManager.createQuery(HippoBean scope)
Creates a empty query, with scope
|
HstQuery |
HstQueryManager.createQuery(HippoBean scope,
boolean includeSubTypes,
Class<? extends HippoBean>... filterBean) |
HstQuery |
HstQueryManager.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 |
HstQueryManager.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 |
HstQueryManager.createQuery(javax.jcr.Node scope)
Creates a empty query, with scope
|
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope,
boolean includeSubTypes,
Class<? extends HippoBean>... filterBeans) |
HstQuery |
HstQueryManager.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 |
HstQueryManager.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 |
HstQueryManager.createQuery(javax.jcr.Node scope,
String nodeType,
boolean includeSubTypes)
Creates a query, with scope and Filter for node types.
|
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.