Package oracle.webcenter.tagging.model
Class Order
java.lang.Object
oracle.webcenter.tagging.model.Order
- All Implemented Interfaces:
Serializable
An Order specifies the way the returned results should be ordered by.
It specifies the order criteria or property (e.g., by usage count,
by alphabet, or by recency) and the ordering direction (e.g., ascending
or descending)
- Since:
- 11.1.1.0.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumOrderBy specifies the criteria or property of the ordering.static enumOrderDirection specifies the ordering direction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the order criteria of this Order objectReturns the order direction of this Order object
-
Constructor Details
-
Order
Constructor- Parameters:
by- the order criteria of the Order objectdirection- the order direction of the Order object
-
-
Method Details
-
getOrderBy
Returns the order criteria of this Order object- Returns:
- the order criteria of this Order object
-
getOrderDirection
Returns the order direction of this Order object- Returns:
- the order direction of this Order object
-