Skip navigation links

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

E12907-03


Uses of Interface
oracle.irm.engine.core.general.ProductVersion

Packages that use ProductVersion
oracle.irm.engine.content.schema Sealed content schemas and versioning. 
oracle.irm.engine.core.desktop Desktop to server access. 
oracle.irm.engine.core.general General use objects. 

 

Uses of ProductVersion in oracle.irm.engine.content.schema

 

Methods in oracle.irm.engine.content.schema that return ProductVersion
 ProductVersion ContentSchema.getProductVersion()
          Minimum desktop version that must be installed locally in order to seal or unseal content with the corresponding schema version.

 

Methods in oracle.irm.engine.content.schema with parameters of type ProductVersion
static ContentSchema ContentSchemaFactory.createContentSchema(SchemaVersion schemaVersion, ProductVersion productVersion)
          Create a content schema.

 

Uses of ProductVersion in oracle.irm.engine.core.desktop

 

Methods in oracle.irm.engine.core.desktop that return ProductVersion
 ProductVersion Desktop.getVersion()
          The desktop product version.

 

Methods in oracle.irm.engine.core.desktop with parameters of type ProductVersion
static Desktop DesktopFactory.createDesktop(UUID uuid, ProductVersion version, String operatingSystem, Locale locale, Device device, DesktopApplication application, Date timeStamp)
          Create a desktop.

 

Uses of ProductVersion in oracle.irm.engine.core.general

 

Methods in oracle.irm.engine.core.general that return ProductVersion
static ProductVersion ProductVersionFactory.createProductVersion(short major, short base, short release, short patchSet, short port, short build)
          Create a product version.
static ProductVersion ProductVersionFactory.createProductVersion(String version)
          Create a product version from a version string.

 


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.