Class ObjectOrderingImpl
java.lang.Object
com.evolveum.midpoint.prism.impl.query.ObjectOrderingImpl
- All Implemented Interfaces:
- ObjectOrdering,- Serializable
- See Also:
- 
Method SummaryModifier 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
- 
getOrderByDescription copied from interface:ObjectOrderingItem path by which to order - should not be null or empty.- Specified by:
- getOrderByin interface- ObjectOrdering
 
- 
getDirectionDescription copied from interface:ObjectOrderingOrdering direction, can return null, which should be interpreted as ascending.- Specified by:
- getDirectionin interface- ObjectOrdering
 
- 
toString
- 
equals
- 
equals- Specified by:
- equalsin interface- ObjectOrdering
 
- 
hashCodepublic int hashCode()
 
-