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

Packages that use SetCriteria
org.modeshape.jcr.api.query.qom   
org.modeshape.jcr.query.qom   
 

Uses of SetCriteria in org.modeshape.jcr.api.query.qom
 

Methods in org.modeshape.jcr.api.query.qom that return SetCriteria
 SetCriteria QueryObjectModelFactory.in(DynamicOperand operand, StaticOperand... values)
          Tests that the value (or values) defined by the supplied dynamic operand are found within the specified set of values.
 

Uses of SetCriteria in org.modeshape.jcr.query.qom
 

Classes in org.modeshape.jcr.query.qom that implement SetCriteria
 class JcrSetCriteria
          Implementation of the same node constraint for the JCR Query Object Model and the Graph API.
 

Methods in org.modeshape.jcr.query.qom that return SetCriteria
 SetCriteria JcrQueryObjectModelFactory.in(DynamicOperand operand, StaticOperand... values)
          Tests that the value (or values) defined by the supplied dynamic operand are found within the specified set of values.
 



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