Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


oracle.iam.rm.temporal.query
Class ColumnSetDef.SortEntry

java.lang.Object
  extended by oracle.iam.rm.temporal.query.ColumnSetDef.SortEntry

Enclosing class:
ColumnSetDef

public class ColumnSetDef.SortEntry
extends java.lang.Object

A structure to allow description of how the results should be sorted.


Method Summary
 ColumnSetDef.SortOrder getDirection()
          Gets the direction of sort.
 java.lang.String getResultObjectAttributeKey()
          Gets the identifier of the column to sort in the results.
 java.lang.String getResultObjectKey()
          Gets the identifier of the subject that has the column to sort in the results.

 

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

 

Method Detail

getResultObjectKey

public java.lang.String getResultObjectKey()
Gets the identifier of the subject that has the column to sort in the results.
Returns:
the identifier of the subject that has the column to sort in the results.

getResultObjectAttributeKey

public java.lang.String getResultObjectAttributeKey()
Gets the identifier of the column to sort in the results.
Returns:
the identifier of the column to sort in the results.

getDirection

public ColumnSetDef.SortOrder getDirection()
Gets the direction of sort.
Returns:
the direction of sort.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.