Package com.evolveum.midpoint.repo.api
Class AggregateQuery.AggregateOrdering
java.lang.Object
com.evolveum.midpoint.repo.api.AggregateQuery.AggregateOrdering
- All Implemented Interfaces:
ObjectOrdering
,Serializable
- Enclosing class:
- AggregateQuery<T extends Containerable>
- See Also:
-
Constructor Summary
ConstructorDescriptionAggregateOrdering
(AggregateQuery.ResultItem resultItem, OrderDirection orderDirection) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable OrderDirection
Ordering direction, can return null, which should be interpreted as ascending.getItem()
Item path by which to order - should not be null or empty.
-
Constructor Details
-
AggregateOrdering
-
-
Method Details
-
getOrderBy
Description copied from interface:ObjectOrdering
Item path by which to order - should not be null or empty.- Specified by:
getOrderBy
in interfaceObjectOrdering
-
getItem
-
getDirection
Description copied from interface:ObjectOrdering
Ordering direction, can return null, which should be interpreted as ascending.- Specified by:
getDirection
in interfaceObjectOrdering
-
equals
- Specified by:
equals
in interfaceObjectOrdering
-