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.ContextJournalEntry.Status

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

 

Uses of ContextJournalEntry.Status in oracle.irm.engine.types.rights.journal

 

Methods in oracle.irm.engine.types.rights.journal that return ContextJournalEntry.Status
static ContextJournalEntry.Status ContextJournalEntry.Status.fromValue(String value)
          Get the enumeration value from a string.
 ContextJournalEntry.Status ContextJournalEntry.getStatus()
          The status of the action.
static ContextJournalEntry.Status ContextJournalEntry.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContextJournalEntry.Status[] ContextJournalEntry.Status.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 ContextJournalEntry.Status
 void ContextJournalEntry.setStatus(ContextJournalEntry.Status value)
          The status of the action.

 

Constructors in oracle.irm.engine.types.rights.journal with parameters of type ContextJournalEntry.Status
ContextJournalEntry(UUID uuid, Date time, ContextJournalEntry.Status status, Account account, Feature feature, ContextInstanceRef contextInstance, ItemCode itemCode, URI uri, Device device)
          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.