Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


oracle.webcenter.tagging.model
Class Order

java.lang.Object
  extended by oracle.webcenter.tagging.model.Order

All Implemented Interfaces:
java.io.Serializable

public final class Order
extends java.lang.Object
implements java.io.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:
Serialized Form

Nested Class Summary
static class Order.By
          OrderBy specifies the criteria or property of the ordering.
static class Order.Direction
          OrderDirection specifies the ordering direction.

 

Constructor Summary
Order(Order.By by, Order.Direction direction)
          Constructor

 

Method Summary
 Order.By getOrderBy()
          Returns the order criteria of this Order object
 Order.Direction getOrderDirection()
          Returns the order direction of this Order object

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

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 Detail

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


Copyright © 2009, 2010, Oracle. All rights reserved.