Skip navigation links

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

E12907-01


oracle.irm.engine.content.schema
Interface SchemaOperations


public interface SchemaOperations

Operations for working with sealed content schema versions.

Instance

The methods on SchemaOperations can be invoked using SchemaOperationsInstance.


Method Summary
 ContentSchema getCurrentContentSchema()
          Get the current content schema.
 Collection<ContentSchema> listContentSchemas()
          List content schemas.

 

Method Detail

getCurrentContentSchema

ContentSchema getCurrentContentSchema()
Get the current content schema. The current content schema is the one marked as the latest in this build of the product.
Returns:
the value of the property. This method will never return null.

listContentSchemas

Collection<ContentSchema> listContentSchemas()
List content schemas.
Returns:
the list of available schemas. If applicable, this method will return an empty collection rather than null to indicate no results.

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.