org.modeshape.jcr.api.query.qom
Interface SelectQuery

All Superinterfaces:
QueryCommand
All Known Implementing Classes:
JcrSelectQuery

public interface SelectQuery
extends QueryCommand

Represents a typical select-style query.


Method Summary
 Constraint getConstraint()
          Gets the constraint for this query.
 Source getSource()
          Gets the node-tuple source for this query.
 
Methods inherited from interface org.modeshape.jcr.api.query.qom.QueryCommand
getColumns, getLimits, getOrderings
 

Method Detail

getSource

Source getSource()
Gets the node-tuple source for this query.

Returns:
the node-tuple source; non-null

getConstraint

Constraint getConstraint()
Gets the constraint for this query.

Returns:
the constraint, or null if none


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