Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Won't Fix
-
2.05.02
-
None
-
None
Description
I noticed that HstQueryManager (2.05.02) provides these methods:
- createQuery(Node scope)
- createQuery(Node scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes)
- createQuery(Node scope, Class<? extends HippoBean>... filterBeans)
- createQuery(Node scope, String ... primaryNodeTypes)
- createQuery(Node scope, String nodeType, boolean includeSubTypes)
- createQuery(HippoBean scope)
- createQuery(HippoBean scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes)
- createQuery(HippoBean scope, Class<? extends HippoBean>... filterBean)
- createQuery(HippoBean scope, String ... primaryNodeTypes)
Looks like this method is missing: createQuery(HippoBean scope, String nodeType, boolean includeSubTypes)