Skip navigation links

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

E12907-02


Uses of Class
oracle.irm.engine.types.content.schema.ContentSchema

Packages that use ContentSchema
oracle.irm.engine.types.content.sealing Sealing and Unsealing related objects, enumerations and exceptions. 

 

Uses of ContentSchema in oracle.irm.engine.types.content.sealing

 

Methods in oracle.irm.engine.types.content.sealing that return ContentSchema
 ContentSchema SealingOptions.getContentSchema()
          Content schema.
 ContentSchema ContentDescription.getSchema()
          Content schema version.

 

Methods in oracle.irm.engine.types.content.sealing with parameters of type ContentSchema
 void SealingOptions.setContentSchema(ContentSchema value)
          Content schema.
 void ContentDescription.setSchema(ContentSchema value)
          Content schema version.

 

Constructors in oracle.irm.engine.types.content.sealing with parameters of type ContentSchema
ContentDescription(ContentSchema schema, Classification classification, CustomData[] customData, Date creationTime, Date editTime, String sealedMime, long unsealedSize)
          Constructor.
SealingOptions(Classification classification, CustomData[] customData, ContentSchema contentSchema, Date creationTime, EncryptionOptions encryptionOptions)
          Constructor.

 


Skip navigation links

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

E12907-02


Copyright © 2010, Oracle. All rights reserved.