Class ObjectOrderingImpl
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.query.ObjectOrderingImpl
-
- All Implemented Interfaces:
ObjectOrdering
,Serializable
public final class ObjectOrderingImpl extends Object implements ObjectOrdering
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectOrderingImpl
createOrdering(ItemPath orderBy, OrderDirection direction)
boolean
equals(Object o)
boolean
equals(Object o, boolean exact)
OrderDirection
getDirection()
Ordering direction, can return null, which should be interpreted as ascending.ItemPath
getOrderBy()
Item path by which to order - should not be null or empty.int
hashCode()
String
toString()
-
-
-
Method Detail
-
createOrdering
public static ObjectOrderingImpl createOrdering(ItemPath orderBy, OrderDirection direction)
-
getOrderBy
public ItemPath getOrderBy()
Description copied from interface:ObjectOrdering
Item path by which to order - should not be null or empty.- Specified by:
getOrderBy
in interfaceObjectOrdering
-
getDirection
public OrderDirection getDirection()
Description copied from interface:ObjectOrdering
Ordering direction, can return null, which should be interpreted as ascending.- Specified by:
getDirection
in interfaceObjectOrdering
-
equals
public boolean equals(Object o, boolean exact)
- Specified by:
equals
in interfaceObjectOrdering
-
-