org.modeshape.jcr.query.qom
Class JcrSubquery

java.lang.Object
  extended by org.modeshape.graph.query.model.Subquery
      extended by org.modeshape.jcr.query.qom.JcrSubquery
All Implemented Interfaces:
Serializable, Operand, LanguageObject, StaticOperand, Visitable, Subquery, JcrStaticOperand

public class JcrSubquery
extends Subquery
implements JcrStaticOperand, Subquery

Implementation of the subquery static operand for the JCR Query Object Model and the Graph API.

See Also:
Serialized Form

Constructor Summary
JcrSubquery(JcrQueryCommand subqueryCommand)
           
 
Method Summary
 QueryCommand getQuery()
          Gets the QueryCommand that makes up the subqery.
 
Methods inherited from class org.modeshape.graph.query.model.Subquery
accept, equals, hashCode, query, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.modeshape.graph.query.model.Visitable
accept
 

Constructor Detail

JcrSubquery

public JcrSubquery(JcrQueryCommand subqueryCommand)
Parameters:
subqueryCommand -
Method Detail

getQuery

public QueryCommand getQuery()
Gets the QueryCommand that makes up the subqery.

Specified by:
getQuery in interface Subquery
Returns:
the query command; non-null
See Also:
Subquery.getQuery()


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