Uses of Class
org.exoplatform.task.dao.condition.AggregateCondition
-
Packages that use AggregateCondition Package Description org.exoplatform.task.dao org.exoplatform.task.dao.condition -
-
Uses of AggregateCondition in org.exoplatform.task.dao
Constructors in org.exoplatform.task.dao with parameters of type AggregateCondition Constructor Description Query(AggregateCondition aggCondition, List<OrderBy> orderBy) -
Uses of AggregateCondition in org.exoplatform.task.dao.condition
Methods in org.exoplatform.task.dao.condition that return AggregateCondition Modifier and Type Method Description AggregateConditionAggregateCondition. add(Condition cond)static AggregateConditionConditions. and(Condition... cond)AggregateConditionAggregateCondition. clone()static AggregateConditionConditions. or(Condition... cond)
-