Uses of Class
us.irdev.bedrock.bag.expr.BooleanExpr
Packages that use BooleanExpr
Package
Description
Provides text-based storage of objects and un-formatted data in a simple, hierarchical key/value
store.
Provides Expressions for evaluating query criteria.
-
Uses of BooleanExpr in us.irdev.bedrock.bag
Methods in us.irdev.bedrock.bag with parameters of type BooleanExprModifier and TypeMethodDescriptionbooleanBag.match(BooleanExpr booleanExpr) Returns true if the Selectable matches the 'match' criteriaBagArray.query(BooleanExpr match) BagArray.query(BooleanExpr match, SelectKey selectKey) BagArray.queryTree(BooleanExpr match, String childrenName) BagArray.queryTree(BooleanExpr match, SelectKey selectKey, String childrenName) query a tree, assuming a structure of a BagArray of BagObjects where the objects might have children in a named field. -
Uses of BooleanExpr in us.irdev.bedrock.bag.expr
Subclasses of BooleanExpr in us.irdev.bedrock.bag.exprMethods in us.irdev.bedrock.bag.expr that return BooleanExprModifier and TypeMethodDescriptionstatic BooleanExprExprs.containment(String key, Object value) static BooleanExprstatic BooleanExprExprs.inequality(String key, Object value)