Skip navigation links

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

E12907-02


Uses of Interface
oracle.irm.engine.content.schema.ContentSchema

Packages that use ContentSchema
oracle.irm.engine.content.schema Sealed content schemas and versioning. 
oracle.irm.engine.content.sealing Content sealing, unsealing, resealing, peeking and verification. 

 

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

 

Fields in oracle.irm.engine.content.schema declared as ContentSchema
static ContentSchema SchemaConstants.CURRENT_CONTENT_SCHEMA
          The current content schema.

 

Fields in oracle.irm.engine.content.schema with type parameters of type ContentSchema
static Collection<ContentSchema> ContentSchemaCollectionFactory.EMPTY_CONTENT_SCHEMAS
          An empty Content Schema collection.

 

Methods in oracle.irm.engine.content.schema that return ContentSchema
static ContentSchema ContentSchemaFactory.createContentSchema(SchemaVersion schemaVersion)
          Create a content schema.
static ContentSchema ContentSchemaFactory.createContentSchema(SchemaVersion schemaVersion, ProductVersion productVersion)
          Create a content schema.
static ContentSchema ContentSchemaCollectionFactory.getContentSchemaBySchemaVersion(Collection<ContentSchema> collection, SchemaVersion key)
          Get an element from a Content Schema collection by SchemaVersion.
static ContentSchema SchemaOperationsInstance.getCurrentContentSchema()
          Get the current content schema.
 ContentSchema SchemaOperations.getCurrentContentSchema()
          Get the current content schema.

 

Methods in oracle.irm.engine.content.schema that return types with arguments of type ContentSchema
static Map<SchemaVersion,ContentSchema> ContentSchemaCollectionFactory.contentSchemasAsMap(Collection<ContentSchema> collection)
          Create a map keyed on SchemaVersion from a collection of Content Schema elements.
static Set<ContentSchema> ContentSchemaCollectionFactory.contentSchemasAsSet(Collection<ContentSchema> collection)
          Create a set of Content Schema elements from a collection.
static Collection<ContentSchema> ContentSchemaCollectionFactory.copyContentSchemas(Collection<ContentSchema> collection)
          Create a shallow copy of a Content Schema collection.
static Collection<ContentSchema> ContentSchemaCollectionFactory.createContentSchemas(ContentSchema... elements)
          Create a Content Schema collection containing zero or more elements.
static Collection<ContentSchema> ContentSchemaCollectionFactory.createContentSchemas(int capacity)
          Create an empty Content Schema collection with a capacity specified.
static Collection<ContentSchema> SchemaOperationsInstance.listContentSchemas()
          List content schemas.
 Collection<ContentSchema> SchemaOperations.listContentSchemas()
          List content schemas.
static Collection<ContentSchema> ContentSchemaCollectionFactory.unmodifiableContentSchemas(Collection<ContentSchema> value)
          Create an immutable shallow copy of a Content Schema collection.

 

Methods in oracle.irm.engine.content.schema with parameters of type ContentSchema
static Collection<ContentSchema> ContentSchemaCollectionFactory.createContentSchemas(ContentSchema... elements)
          Create a Content Schema collection containing zero or more elements.

 

Method parameters in oracle.irm.engine.content.schema with type arguments of type ContentSchema
static Map<SchemaVersion,ContentSchema> ContentSchemaCollectionFactory.contentSchemasAsMap(Collection<ContentSchema> collection)
          Create a map keyed on SchemaVersion from a collection of Content Schema elements.
static Set<ContentSchema> ContentSchemaCollectionFactory.contentSchemasAsSet(Collection<ContentSchema> collection)
          Create a set of Content Schema elements from a collection.
static Collection<ContentSchema> ContentSchemaCollectionFactory.copyContentSchemas(Collection<ContentSchema> collection)
          Create a shallow copy of a Content Schema collection.
static ContentSchema ContentSchemaCollectionFactory.getContentSchemaBySchemaVersion(Collection<ContentSchema> collection, SchemaVersion key)
          Get an element from a Content Schema collection by SchemaVersion.
static Collection<ContentSchema> ContentSchemaCollectionFactory.unmodifiableContentSchemas(Collection<ContentSchema> value)
          Create an immutable shallow copy of a Content Schema collection.

 

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

 

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

 

Methods in oracle.irm.engine.content.sealing with parameters of type ContentSchema
static ContentDescription ContentDescriptionFactory.createContentDescription(ContentSchema schema, Classification classification, Collection<CustomData> customData, Date creationTime, Date editTime, String sealedMime, long unsealedSize)
          Create a new content description.
static SealingOptions SealingOptionsFactory.createSealingOptions(Classification classification, Collection<CustomData> customData, ContentSchema contentSchema, Date creationTime, EncryptionOptions encryptionOptions)
          Create sealing options.

 


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.