Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-02


oracle.irm.engine.rights.journal
Class ContextJournalSortingFactory

java.lang.Object
  extended by oracle.irm.engine.rights.journal.ContextJournalSortingFactory


public final class ContextJournalSortingFactory
extends Object

Context Journal Sorting factory. This class provides methods for creating new instances of ContextJournalSorting objects.


Method Summary
static ContextJournalSorting createContextJournalSorting(ContextJournalSorting.SortProperty value, ContextJournalSorting.SortOrder order)
          Create a context journal sorting instance.

 

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

 

Method Detail

createContextJournalSorting

public static ContextJournalSorting createContextJournalSorting(ContextJournalSorting.SortProperty value,
                                                                ContextJournalSorting.SortOrder order)
Create a context journal sorting instance.
Parameters:
value - sort property value.
order - sort order.
Returns:
a new Context Journal Sorting instance.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-02


Copyright © 2010, Oracle. All rights reserved.