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.core.device.Device

Packages that use Device
oracle.irm.engine.types.core.desktop Desktop related objects, enumerations and exceptions. 
oracle.irm.engine.types.core.license License related objects, enumerations and exceptions. 
oracle.irm.engine.types.core.storage Storage related objects, enumerations and exceptions. 
oracle.irm.engine.types.rights.journal Context Journal related objects, enumerations and exceptions. 

 

Uses of Device in oracle.irm.engine.types.core.desktop

 

Methods in oracle.irm.engine.types.core.desktop that return Device
 Device Desktop.getDevice()
          The device associated with the desktop.

 

Methods in oracle.irm.engine.types.core.desktop with parameters of type Device
 void Desktop.setDevice(Device value)
          The device associated with the desktop.

 

Constructors in oracle.irm.engine.types.core.desktop with parameters of type Device
Desktop(UUID uuid, ProductVersion version, String operatingSystem, Locale locale, Device device, DesktopApplication application, Date timeStamp)
          Constructor.

 

Uses of Device in oracle.irm.engine.types.core.license

 

Methods in oracle.irm.engine.types.core.license that return Device
 Device[] LicenseInUseException.getDevices()
          The list of devices the licenses are being used.

 

Methods in oracle.irm.engine.types.core.license with parameters of type Device
 void LicenseInUseException.setDevices(Device[] value)
          The list of devices the licenses are being used.

 

Constructors in oracle.irm.engine.types.core.license with parameters of type Device
LicenseInUseException(Device[] devices)
          Constructor.

 

Uses of Device in oracle.irm.engine.types.core.storage

 

Methods in oracle.irm.engine.types.core.storage that return Device
 Device DesktopStore.getDevice()
          Device details.

 

Methods in oracle.irm.engine.types.core.storage with parameters of type Device
 void DesktopStore.setDevice(Device value)
          Device details.

 

Constructors in oracle.irm.engine.types.core.storage with parameters of type Device
DesktopStore(Device device, DesktopBundle[] bundles)
          Constructor.

 

Uses of Device in oracle.irm.engine.types.rights.journal

 

Methods in oracle.irm.engine.types.rights.journal that return Device
 Device ContextJournalEntry.getDevice()
          The device the action was performed.

 

Methods in oracle.irm.engine.types.rights.journal with parameters of type Device
 void ContextJournalEntry.setDevice(Device value)
          The device the action was performed.

 

Constructors in oracle.irm.engine.types.rights.journal with parameters of type Device
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.