Uses of Class
org.usergrid.persistence.query.tree.Operand

Packages that use Operand
org.usergrid.persistence   
org.usergrid.persistence.query.tree   
 

Uses of Operand in org.usergrid.persistence
 

Fields in org.usergrid.persistence declared as Operand
protected  Operand Query.rootOperand
           
 

Methods in org.usergrid.persistence that return Operand
 Operand Query.getRootOperand()
           
 

Methods in org.usergrid.persistence with parameters of type Operand
 void Query.setRootOperand(Operand root)
           
 

Uses of Operand in org.usergrid.persistence.query.tree
 

Subclasses of Operand in org.usergrid.persistence.query.tree
 class AndOperand
           
 class BooleanOperand
          A base class for any equality expression.
 class ContainsOperand
           
 class Equal
           
 class EqualityOperand
          A base class for any equality expression.
 class GreaterThan
           
 class GreaterThanEqual
           
 class LessThan
           
 class LessThanEqual
           
 class NotOperand
           
 class OrOperand
           
 class WithinOperand
           
 

Methods in org.usergrid.persistence.query.tree that return Operand
 Operand BooleanOperand.getLeft()
           
 Operand NotOperand.getOperation()
          get the only child operation
 Operand Operand.getParent()
          Get the pointer to the parent node
 Operand BooleanOperand.getRight()
           
 



Copyright © 2013. All Rights Reserved.