Class Order

java.lang.Object
oracle.webcenter.tagging.model.Order
All Implemented Interfaces:
Serializable

@Exported public final class Order extends Object implements 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:
  • Constructor Details

    • Order

      public Order(Order.By by, Order.Direction direction)
      Constructor
      Parameters:
      by - the order criteria of the Order object
      direction - the order direction of the Order object
  • Method Details

    • getOrderBy

      public Order.By getOrderBy()
      Returns the order criteria of this Order object
      Returns:
      the order criteria of this Order object
    • getOrderDirection

      public Order.Direction getOrderDirection()
      Returns the order direction of this Order object
      Returns:
      the order direction of this Order object