Skip navigation links

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

E12907-01


oracle.irm.engine.content.schema
Class ContentSchemaFactory

java.lang.Object
  extended by oracle.irm.engine.content.schema.ContentSchemaFactory


public final class ContentSchemaFactory
extends Object

Content Schema factory. This class provides methods for creating new instances of ContentSchema objects.


Method Summary
static ContentSchema createContentSchema(SchemaVersion schemaVersion)
          Create a content schema.
static ContentSchema createContentSchema(SchemaVersion schemaVersion, ProductVersion productVersion)
          Create a content schema.

 

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

 

Method Detail

createContentSchema

public static ContentSchema createContentSchema(SchemaVersion schemaVersion)
Create a content schema. Creating a content schema is usually not required, as the system has a list of all available content schemas.
Parameters:
schemaVersion - schema version.
Returns:
a new Content Schema instance.

createContentSchema

public static ContentSchema createContentSchema(SchemaVersion schemaVersion,
                                                ProductVersion productVersion)
Create a content schema. Creating a content schema is usually not required, as the system has a list of all available content schemas.
Parameters:
schemaVersion - schema version.
productVersion - minimum desktop version that understands this schema.
Returns:
a new Content Schema instance.

Skip navigation links

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

E12907-01


Copyright © 2010, Oracle. All rights reserved.