Class ObjectOrderingImpl
java.lang.Object
com.evolveum.midpoint.prism.impl.query.ObjectOrderingImpl
- All Implemented Interfaces:
ObjectOrdering,Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectOrderingImplcreateOrdering(ItemPath orderBy, OrderDirection direction) booleanbooleanOrdering direction, can return null, which should be interpreted as ascending.Item path by which to order - should not be null or empty.inthashCode()toString()
-
Method Details
-
createOrdering
-
getOrderBy
Description copied from interface:ObjectOrderingItem path by which to order - should not be null or empty.- Specified by:
getOrderByin interfaceObjectOrdering
-
getDirection
Description copied from interface:ObjectOrderingOrdering direction, can return null, which should be interpreted as ascending.- Specified by:
getDirectionin interfaceObjectOrdering
-
toString
-
equals
-
equals
- Specified by:
equalsin interfaceObjectOrdering
-
hashCode
public int hashCode()
-