Modifier and Type |
Method and Description |
boolean |
check(Map<String,Object> context) |
Object |
evaluate(Map<String,Object> context) |
String |
getAdapter() |
static CSVBind |
getBinding(String column,
String field,
Set<String> cols) |
List<CSVBind> |
getBindings() |
String |
getCheckCondition() |
String |
getCheckMessage() |
String |
getColumn() |
String |
getCondition() |
Boolean |
getConditionEmpty() |
String |
getExpression() |
String |
getField() |
String |
getSearch() |
String |
getType() |
boolean |
isUpdate() |
Object |
postProcess(Object bean) |
void |
setAdapter(String adapter) |
void |
setBindings(List<CSVBind> bindings) |
void |
setCheckCondition(String checkCondition) |
void |
setCheckMessage(String checkMessage) |
void |
setColumn(String column) |
void |
setCondition(String condition) |
void |
setConditionEmpty(Boolean conditionEmpty) |
void |
setExpression(String expression) |
void |
setField(String field) |
void |
setSearch(String search) |
void |
setType(String type) |
void |
setUpdate(boolean update) |
String |
toString() |
boolean |
validate(Map<String,Object> context) |