ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.api.query.qom.SetQuery

Packages that use SetQuery
org.modeshape.jcr.api.query.qom   
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 SetQuery in org.modeshape.jcr.api.query.qom
 

Subinterfaces of SetQuery in org.modeshape.jcr.api.query.qom
 interface SetQueryObjectModel
          A set query extension to the JCR query object model.
 

Methods in org.modeshape.jcr.api.query.qom that return SetQuery
 SetQuery QueryObjectModelFactory.except(QueryCommand left, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
          Creates a query command that returns all rows that are in the result of the left-hand query but not in the result of the right-hand query.
 SetQuery QueryObjectModelFactory.intersect(QueryCommand left, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
          Creates a query command that returns all rows that are both in the result of the left-hand query and in the result of the right-hand query.
 SetQuery QueryObjectModelFactory.union(QueryCommand left, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
          Creates a query command that effectively appends the results of the right-hand query to those of the left-hand query.
 

Methods in org.modeshape.jcr.api.query.qom with parameters of type SetQuery
 SetQueryObjectModel QueryObjectModelFactory.createQuery(SetQuery command)
          Creates a set query.
 

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

Classes in org.modeshape.jcr.query.model that implement SetQuery
 class SetQuery
          This object acts as a Set operator on multiple queries, such as performing UNION, INTERSECT, and EXCEPT operations.
 class SetQueryObjectModel
          Implementation of SetQueryObjectModel that represents a set query.
 

Methods in org.modeshape.jcr.query.model that return SetQuery
 SetQuery QueryObjectModelFactory.union(QueryCommand left, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
           
 

Methods in org.modeshape.jcr.query.model with parameters of type SetQuery
 SetQueryObjectModel QueryObjectModelFactory.createQuery(SetQuery command)
           
 


ModeShape Distribution 3.0.0.Beta4

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