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 ObjectOrderingImplcreateOrdering(ItemPath orderBy, OrderDirection direction)booleanequals(Object o)booleanequals(Object o, boolean exact)OrderDirectiongetDirection()ItemPathgetOrderBy()inthashCode()StringtoString()
-
-
-
Method Detail
-
createOrdering
public static ObjectOrderingImpl createOrdering(ItemPath orderBy, OrderDirection direction)
-
getOrderBy
public ItemPath getOrderBy()
- Specified by:
getOrderByin interfaceObjectOrdering
-
getDirection
public OrderDirection getDirection()
- Specified by:
getDirectionin interfaceObjectOrdering
-
equals
public boolean equals(Object o, boolean exact)
- Specified by:
equalsin interfaceObjectOrdering
-
-