Skip navigation links

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

E12907-03


Uses of Class
oracle.irm.engine.types.rights.journal.ContextJournalSorting.SortOrder

Packages that use ContextJournalSorting.SortOrder
oracle.irm.engine.types.rights.journal Context Journal related objects, enumerations and exceptions. 

 

Uses of ContextJournalSorting.SortOrder in oracle.irm.engine.types.rights.journal

 

Methods in oracle.irm.engine.types.rights.journal that return ContextJournalSorting.SortOrder
static ContextJournalSorting.SortOrder ContextJournalSorting.SortOrder.fromValue(String value)
          Get the enumeration value from a string.
 ContextJournalSorting.SortOrder ContextJournalSorting.getOrder()
          Sort order.
static ContextJournalSorting.SortOrder ContextJournalSorting.SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContextJournalSorting.SortOrder[] ContextJournalSorting.SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.types.rights.journal with parameters of type ContextJournalSorting.SortOrder
 void ContextJournalSorting.setOrder(ContextJournalSorting.SortOrder value)
          Sort order.

 

Constructors in oracle.irm.engine.types.rights.journal with parameters of type ContextJournalSorting.SortOrder
ContextJournalSorting(ContextJournalSorting.SortProperty value, ContextJournalSorting.SortOrder order)
          Constructor.

 


Skip navigation links

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

E12907-03


Copyright © 2011, Oracle. All rights reserved.