public class MultiCondition extends Object
| 构造器和说明 |
|---|
MultiCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addCondition(PropertyCriteria condition) |
boolean |
evaluate(EvaluationContext context,
Object obj,
List<Object> allMatchedObjects) |
List<PropertyCriteria> |
getConditions() |
String |
getId() |
JunctionType |
getType() |
void |
setConditions(List<PropertyCriteria> conditions) |
void |
setType(JunctionType type) |
public boolean evaluate(EvaluationContext context, Object obj, List<Object> allMatchedObjects)
public void addCondition(PropertyCriteria condition)
public List<PropertyCriteria> getConditions()
public void setConditions(List<PropertyCriteria> conditions)
public JunctionType getType()
public void setType(JunctionType type)
public String getId()
Copyright © 2018 Bstek. All rights reserved.