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
ConstructorsConstructorDescriptionAggregateOrdering(AggregateQuery.ResultItem resultItem, OrderDirection orderDirection) -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable OrderDirectionOrdering 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:ObjectOrderingItem path by which to order - should not be null or empty.- Specified by:
getOrderByin interfaceObjectOrdering
-
getItem
-
getDirection
Description copied from interface:ObjectOrderingOrdering direction, can return null, which should be interpreted as ascending.- Specified by:
getDirectionin interfaceObjectOrdering
-
equals
- Specified by:
equalsin interfaceObjectOrdering
-