public abstract class Condition extends QueryValue implements Filter<Map<String,Object>>
SUPPORTED_BINARY_OPERATORS| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
accept(Filter<Map<String,Object>> condition,
Map<String,Object> record) |
boolean |
accept(Map<String,Object> record)
Check that the object matches the filter, returning true if matched, false
otherwise.
|
Condition |
clone() |
<V> V |
getValue(Map<String,Object> record) |
boolean |
isEmpty() |
String |
toFormattedString() |
appendDefaultSql, appendParameters, appendSql, cloneQueryValues, expand, getBoundingBox, getBoundingBox, getQueryValues, getStringValue, parseWhere, setRecordDefinition, toQueryValuepublic static boolean accept(Filter<Map<String,Object>> condition, Map<String,Object> record)
public boolean accept(Map<String,Object> record)
Filterpublic Condition clone()
clone in class QueryValuepublic <V> V getValue(Map<String,Object> record)
getValue in class QueryValuepublic boolean isEmpty()
public String toFormattedString()
toFormattedString in class QueryValueCopyright © 2015 Revolution Systems Inc.. All rights reserved.