|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.content.beans.query.HstQueryManagerImpl
public class HstQueryManagerImpl
Constructor Summary | |
---|---|
HstQueryManagerImpl(ObjectConverter objectConverter,
HstCtxWhereClauseComputer hstCtxWhereClauseComputer)
Deprecated. use HstQueryManagerImpl(Session, ObjectConverter, HstCtxWhereClauseComputer) instead |
|
HstQueryManagerImpl(javax.jcr.Session session,
ObjectConverter objectConverter,
HstCtxWhereClauseComputer hstCtxWhereClauseComputer)
|
Method Summary | |
---|---|
HstQuery |
createQuery(HippoBean scope)
Creates a empty query, with the scope HippoBean |
HstQuery |
createQuery(HippoBean scope,
Class<? extends HippoBean>... filterBeans)
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 |
createQuery(HippoBean scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes)
Creates a query, with scope HippoBean and Filter for types of filterBean. |
HstQuery |
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 |
createQuery(javax.jcr.Node scope)
Creates a empty query, with scope |
HstQuery |
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 |
createQuery(javax.jcr.Node scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes)
Creates a query, with scope and Filter for types of filterBean. |
HstQuery |
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 |
createQuery(javax.jcr.Node scope,
String nodeType,
boolean includeSubTypes)
Creates a query, with scope and Filter for node types. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public HstQueryManagerImpl(ObjectConverter objectConverter, HstCtxWhereClauseComputer hstCtxWhereClauseComputer)
HstQueryManagerImpl(Session, ObjectConverter, HstCtxWhereClauseComputer)
instead
objectConverter
- hstCtxWhereClauseComputer
- public HstQueryManagerImpl(javax.jcr.Session session, ObjectConverter objectConverter, HstCtxWhereClauseComputer hstCtxWhereClauseComputer)
Method Detail |
---|
public HstQuery createQuery(javax.jcr.Node scope) throws QueryException
HstQueryManager
createQuery
in interface HstQueryManager
HstQuery
with scope scope
QueryException
public HstQuery createQuery(javax.jcr.Node scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes) throws QueryException
true
,
the result may also contain HippoBean's whose primarytype is a subtype of the filterBean type.
createQuery
in interface HstQueryManager
HstQuery
with scope & filter
QueryException
public HstQuery createQuery(HippoBean scope) throws QueryException
createQuery
in interface HstQueryManager
HstQuery
with scope scope
QueryException
public HstQuery createQuery(HippoBean scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes) throws QueryException
true
,
the result may also contain HippoBean's whose primarytype is a subtype of the filterBean type.
createQuery
in interface HstQueryManager
HstQuery
with scope & filter
QueryException
public HstQuery createQuery(HippoBean scope, Class<? extends HippoBean>... filterBeans) throws QueryException
HstQueryManager
#createQuery(HstRequestContext, Node, Class, boolean)
instead.
createQuery
in interface HstQueryManager
HstQuery
with scope and filter on jcr primary nodetype of the filterBean
QueryException
public HstQuery createQuery(javax.jcr.Node scope, Class<? extends HippoBean>... filterBeans) throws QueryException
createQuery
in interface HstQueryManager
HstQuery
with scope & filter on jcr primary nodetype of the filterBean
QueryException
public HstQuery createQuery(javax.jcr.Node scope, String nodeType, boolean includeSubTypes) throws QueryException
HstQueryManager
true
,
the result may also contain node types whose primary type is a subtype of the filter node type.
createQuery
in interface HstQueryManager
HstQuery
with scope & filter
QueryException
public HstQuery createQuery(HippoBean scope, String... primaryNodeTypes) throws QueryException
HstQueryManager
#createQuery(HstRequestContext, Node, Class, boolean)
instead.
createQuery
in interface HstQueryManager
HstQuery
with scope and filter on jcr primary nodetype of the filterBean
QueryException
public HstQuery createQuery(javax.jcr.Node scope, String... primaryNodeTypes) throws QueryException
HstQueryManager
#createQuery(HstRequestContext, HippoBean, Class, boolean)
instead.
createQuery
in interface HstQueryManager
HstQuery
with scope & filter on jcr primary nodetype of the filterBean
QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |