Skip navigation links

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

E12907-01


oracle.irm.engine.core.feature
Interface FeatureConstants


public interface FeatureConstants

Feature related constants. The following constants allow quick access to the common application features.


Field Summary
static Feature COPY_FEATURE
          Copy feature.
static String COPY_FEATURE_ID
          Copy feature ID.
static Feature COPY_TO_FEATURE
          Copy To feature.
static String COPY_TO_FEATURE_ID
          Copy feature ID.
static Feature EDIT_FEATURE
          Edit feature.
static String EDIT_FEATURE_ID
          Edit feature ID.
static Feature OPEN_FEATURE
          Open feature.
static String OPEN_FEATURE_ID
          Open feature ID.
static Feature OPEN_FEATURE_NOT_RECORDED
          Open feature.
static Feature PRINT_FEATURE
          Print feature.
static String PRINT_FEATURE_ID
          Edit feature ID.
static Feature PRINT_FEATURE_NOT_RECORDED
          Print feature.
static Feature RESEAL_FEATURE
          Re-seal feature.
static String RESEAL_FEATURE_ID
          Edit feature ID.
static Feature RESEAL_FEATURE_NOT_RECORDED
          Re-seal feature.
static Feature SEAL_FEATURE
          Seal feature.
static String SEAL_FEATURE_ID
          Seal feature ID.
static Feature SEAL_FEATURE_NOT_RECORDED
          Seal feature.
static Feature SEARCH_FEATURE
          Search feature.
static String SEARCH_FEATURE_ID
          Search feature ID.
static Feature UNSEAL_FEATURE
          Save unsealed feature.
static String UNSEAL_FEATURE_ID
          Unseal feature ID.
static Feature UNSEAL_FEATURE_NOT_RECORDED
          Save unsealed feature.

 

Field Detail

OPEN_FEATURE_ID

static final String OPEN_FEATURE_ID
Open feature ID.

Value: "oracle.irm.generic.Open"
See Also:
Constant Field Values

OPEN_FEATURE

static final Feature OPEN_FEATURE
Open feature. The open feature with the record property set as true.

OPEN_FEATURE_NOT_RECORDED

static final Feature OPEN_FEATURE_NOT_RECORDED
Open feature. The open feature with the record property set as false.

SEAL_FEATURE_ID

static final String SEAL_FEATURE_ID
Seal feature ID.

Value: "oracle.irm.generic.Seal"
See Also:
Constant Field Values

SEAL_FEATURE

static final Feature SEAL_FEATURE
Seal feature. The open feature with the record property set as true.

SEAL_FEATURE_NOT_RECORDED

static final Feature SEAL_FEATURE_NOT_RECORDED
Seal feature. The seal feature with the record property set as false.

UNSEAL_FEATURE_ID

static final String UNSEAL_FEATURE_ID
Unseal feature ID.

Value: "oracle.irm.generic.SaveUnsealed"
See Also:
Constant Field Values

UNSEAL_FEATURE

static final Feature UNSEAL_FEATURE
Save unsealed feature. The seal unsealed feature with the record property set as true.

UNSEAL_FEATURE_NOT_RECORDED

static final Feature UNSEAL_FEATURE_NOT_RECORDED
Save unsealed feature. The save unsealed feature with the record property set as false.

COPY_FEATURE_ID

static final String COPY_FEATURE_ID
Copy feature ID.

Value: "oracle.irm.generic.Copy"
See Also:
Constant Field Values

COPY_FEATURE

static final Feature COPY_FEATURE
Copy feature. The copy feature with the record property set as false.

COPY_TO_FEATURE_ID

static final String COPY_TO_FEATURE_ID
Copy feature ID.

Value: "oracle.irm.generic.CopyTo"
See Also:
Constant Field Values

COPY_TO_FEATURE

static final Feature COPY_TO_FEATURE
Copy To feature. The copy feature with the record property set as false.

EDIT_FEATURE_ID

static final String EDIT_FEATURE_ID
Edit feature ID.

Value: "oracle.irm.generic.Edit"
See Also:
Constant Field Values

EDIT_FEATURE

static final Feature EDIT_FEATURE
Edit feature. The edit feature with the record property set as false.

RESEAL_FEATURE_ID

static final String RESEAL_FEATURE_ID
Edit feature ID.

Value: "oracle.irm.generic.Reseal"
See Also:
Constant Field Values

RESEAL_FEATURE

static final Feature RESEAL_FEATURE
Re-seal feature. The reseal feature with the record property set as true.

RESEAL_FEATURE_NOT_RECORDED

static final Feature RESEAL_FEATURE_NOT_RECORDED
Re-seal feature. The reseal feature with the record property set as false.

PRINT_FEATURE_ID

static final String PRINT_FEATURE_ID
Edit feature ID.

Value: "oracle.irm.generic.Print"
See Also:
Constant Field Values

PRINT_FEATURE

static final Feature PRINT_FEATURE
Print feature. The print feature with the record property set as true.

PRINT_FEATURE_NOT_RECORDED

static final Feature PRINT_FEATURE_NOT_RECORDED
Print feature. The reseal feature with the record property set as false.

SEARCH_FEATURE_ID

static final String SEARCH_FEATURE_ID
Search feature ID.

Value: "oracle.irm.generic.Search"
See Also:
Constant Field Values

SEARCH_FEATURE

static final Feature SEARCH_FEATURE
Search feature.

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.