HstQuery |
HstQueryManager.createQuery(Node scope) |
Creates a empty query, with scope
|
HstQuery |
HstQueryManager.createQuery(Node scope,
boolean includeSubTypes,
Class<? extends HippoBean>... filterBeans) |
|
HstQuery |
HstQueryManager.createQuery(Node scope,
boolean includeSubTypes,
String... primaryNodeTypes) |
|
HstQuery |
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.
|
HstQuery |
HstQueryManager.createQuery(Node scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes) |
Creates a query, with scope and Filter for types of filterBean.
|
HstQuery |
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.
|
HstQuery |
HstQueryManager.createQuery(Node scope,
String nodeType,
boolean includeSubTypes) |
Creates a query, with scope and Filter for node types.
|
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.
|