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 SummaryConstructorsConstructorDescriptionAggregateOrdering(AggregateQuery.ResultItem resultItem, OrderDirection orderDirection) 
- 
Method SummaryModifier 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- 
getOrderByDescription copied from interface:ObjectOrderingItem path by which to order - should not be null or empty.- Specified by:
- getOrderByin interface- ObjectOrdering
 
- 
getItem
- 
getDirectionDescription copied from interface:ObjectOrderingOrdering direction, can return null, which should be interpreted as ascending.- Specified by:
- getDirectionin interface- ObjectOrdering
 
- 
equals- Specified by:
- equalsin interface- ObjectOrdering
 
 
-