ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.query.JcrQueryContext

Packages that use JcrQueryContext
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
 

Uses of JcrQueryContext in org.modeshape.jcr.query
 

Fields in org.modeshape.jcr.query declared as JcrQueryContext
protected  JcrQueryContext JcrQueryResult.context
           
protected  JcrQueryContext JcrQueryResult.QueryResultRowIterator.context
           
protected  JcrQueryContext JcrAbstractQuery.context
           
 

Methods in org.modeshape.jcr.query that return JcrQueryContext
protected  JcrQueryContext JcrAbstractQuery.context()
           
 

Constructors in org.modeshape.jcr.query with parameters of type JcrQueryContext
JcrAbstractQuery(JcrQueryContext context, String statement, String language, Path storedAtPath)
          Creates a new JCR Query by specifying the query statement itself, the language in which the query is stated, the QueryCommand representation and, optionally, the node from which the query was loaded.
JcrQuery(JcrQueryContext context, String statement, String language, QueryCommand query, PlanHints hints, Path storedAtPath)
          Creates a new JCR Query by specifying the query statement itself, the language in which the query is stated, the QueryCommand representation and, optionally, the node from which the query was loaded.
JcrQueryResult.QueryResultRowIterator(JcrQueryContext context, String query, QueryResults results, Iterator<Object[]> tuples, long numRows)
           
JcrQueryResult.SingleSelectorQueryResultRowIterator(JcrQueryContext context, String query, QueryResults results, Iterator<Object[]> tuples, long numRows)
           
JcrQueryResult(JcrQueryContext context, String query, QueryResults graphResults, Schemata schemata)
           
JcrSqlQueryResult(JcrQueryContext context, String query, QueryResults graphResults, Schemata schemata)
           
XPathQueryResult.XPathQueryResultRowIterator(JcrQueryContext context, String query, QueryResults results, Iterator<Object[]> tuples, long numRows)
           
XPathQueryResult(JcrQueryContext context, String query, QueryResults graphResults, Schemata schemata)
           
 

Uses of JcrQueryContext in org.modeshape.jcr.query.model
 

Constructors in org.modeshape.jcr.query.model with parameters of type JcrQueryContext
QueryObjectModel(JcrQueryContext context, String statement, String language, SelectQuery query, PlanHints hints, Path storedAtPath)
          Creates a new JCR Query by specifying the query statement itself, the language in which the query is stated, the QueryCommand representation and, optionally, the node from which the query was loaded.
QueryObjectModelFactory(JcrQueryContext context)
           
SetQueryObjectModel(JcrQueryContext context, String statement, String language, SetQuery query, PlanHints hints, Path storedAtPath)
          Creates a new JCR Query by specifying the set query statement itself, the language in which the query is stated, the SetQuery representation and, optionally, the node from which the query was loaded.
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.