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
- Author:
- mederly
- 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()
ItemPath
getOrderBy()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
createOrdering
public static ObjectOrderingImpl createOrdering(ItemPath orderBy, OrderDirection direction)
-
getOrderBy
public ItemPath getOrderBy()
- Specified by:
getOrderBy
in interfaceObjectOrdering
-
getDirection
public OrderDirection getDirection()
- Specified by:
getDirection
in interfaceObjectOrdering
-
equals
public boolean equals(Object o, boolean exact)
- Specified by:
equals
in interfaceObjectOrdering
-
-