public class AggregateCondition extends Condition implements Cloneable
| Constructor and Description |
|---|
AggregateCondition(String type,
List<Condition> conditions) |
| Modifier and Type | Method and Description |
|---|---|
AggregateCondition |
add(Condition cond) |
AggregateCondition |
clone() |
List<Condition> |
getConditions() |
String |
getType() |
void |
setConditions(List<Condition> conditions) |
public static final String AND
public static final String OR
public String getType()
public AggregateCondition add(Condition cond)
public AggregateCondition clone()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.