Uses of Interface
org.odata4j.expression.BoolCommonExpression

Packages that use BoolCommonExpression
org.odata4j.expression   
org.odata4j.producer   
org.odata4j.producer.inmemory   
 

Uses of BoolCommonExpression in org.odata4j.expression
 

Subinterfaces of BoolCommonExpression in org.odata4j.expression
 interface AndExpression
           
 interface BooleanLiteral
           
 interface BoolMethodExpression
           
 interface EndsWithMethodCallExpression
           
 interface EqExpression
           
 interface GeExpression
           
 interface GtExpression
           
 interface IsofExpression
           
 interface LeExpression
           
 interface LtExpression
           
 interface NeExpression
           
 interface NegateExpression
           
 interface NotExpression
           
 interface OrExpression
           
 interface StartsWithMethodCallExpression
           
 interface SubstringOfMethodCallExpression
           
 

Methods in org.odata4j.expression that return BoolCommonExpression
 BoolCommonExpression BinaryBoolCommonExpression.getLHS()
           
 BoolCommonExpression BinaryBoolCommonExpression.getRHS()
           
 

Methods in org.odata4j.expression with parameters of type BoolCommonExpression
static AndExpression Expression.and(BoolCommonExpression lhs, BoolCommonExpression rhs)
           
static OrExpression Expression.or(BoolCommonExpression lhs, BoolCommonExpression rhs)
           
 

Uses of BoolCommonExpression in org.odata4j.producer
 

Fields in org.odata4j.producer declared as BoolCommonExpression
 BoolCommonExpression QueryInfo.filter
           
 

Constructors in org.odata4j.producer with parameters of type BoolCommonExpression
QueryInfo(InlineCount inlineCount, Integer top, Integer skip, BoolCommonExpression filter, List<OrderByExpression> orderBy, String skipToken)
           
 

Uses of BoolCommonExpression in org.odata4j.producer.inmemory
 

Methods in org.odata4j.producer.inmemory with parameters of type BoolCommonExpression
static boolean InMemoryEvaluation.evaluate(BoolCommonExpression expression, Object target, PropertyModel properties)
           
 



http://odata4j.org