Skip navigation links

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

E12907-03


oracle.irm.engine.content.schema
Interface SchemaConstants


public interface SchemaConstants

Content Schema related constants.


Field Summary
static ContentSchema CURRENT_CONTENT_SCHEMA
          The current content schema.
static SchemaVersion CURRENT_SCHEMA_VERSION
          The current schema version.
static short CURRENT_SCHEMA_VERSION_MAJOR
          Current schema major number.
static short CURRENT_SCHEMA_VERSION_MINOR
          Current schema minor number.

 

Field Detail

CURRENT_SCHEMA_VERSION_MAJOR

static final short CURRENT_SCHEMA_VERSION_MAJOR
Current schema major number.

Value: 6
See Also:
Constant Field Values

CURRENT_SCHEMA_VERSION_MINOR

static final short CURRENT_SCHEMA_VERSION_MINOR
Current schema minor number.

Value: 0
See Also:
Constant Field Values

CURRENT_SCHEMA_VERSION

static final SchemaVersion CURRENT_SCHEMA_VERSION
The current schema version.

CURRENT_CONTENT_SCHEMA

static final ContentSchema CURRENT_CONTENT_SCHEMA
The current content schema.

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.