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