public abstract class Query extends Object implements Cloneable
| Constructor and Description |
|---|
Query() |
Query(AggregateCondition aggCondition,
List<OrderBy> orderBy) |
| Modifier and Type | Method and Description |
|---|---|
Query |
add(Condition condition) |
Query |
add(Query query) |
Condition |
getCondition() |
List<OrderBy> |
getOrderBy() |
void |
setId(long taskId) |
void |
setOrderBy(List<OrderBy> orderBy) |
public Query()
public Query(AggregateCondition aggCondition, List<OrderBy> orderBy)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.