Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14128-05

oracle.alm.connector.data
Class SortInfo

java.lang.Object
  extended by oracle.alm.connector.data.SortInfo

public class SortInfo
extends java.lang.Object

The SortInfo contains the sort information used by the query form of Oracle Team Productivity Center (OTPC) client.

Since:
11.1.1.1.0

Nested Class Summary
static class SortInfo.ORDER
           
 
Constructor Summary
SortInfo()
           
 
Method Summary
 java.util.Map<java.lang.String,SortInfo.ORDER> getSortOrders()
          Retrieves the sort order to be used
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortInfo

public SortInfo()
Method Detail

getSortOrders

public java.util.Map<java.lang.String,SortInfo.ORDER> getSortOrders()
Retrieves the sort order to be used

Returns:
list of fields that have sort orders defined.

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14128-05

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