Skip navigation links

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

E12907-03


Uses of Class
oracle.irm.engine.types.core.feature.Feature

Packages that use Feature
oracle.irm.engine.types.core.license License related objects, enumerations and exceptions. 
oracle.irm.engine.types.rights.context Context Rights related objects, enumerations and exceptions. 
oracle.irm.engine.types.rights.journal Context Journal related objects, enumerations and exceptions. 
oracle.irm.j2ee.jws.core.storage Storage related endpoints and faults. 

 

Uses of Feature in oracle.irm.engine.types.core.license

 

Methods in oracle.irm.engine.types.core.license that return Feature
 Feature[] LicenseCriteria.getFeatures()
          The valid features.

 

Methods in oracle.irm.engine.types.core.license with parameters of type Feature
 void LicenseCriteria.setFeatures(Feature[] value)
          The valid features.

 

Constructors in oracle.irm.engine.types.core.license with parameters of type Feature
LicenseCriteria(LicenseCriteria.Storage storage, LicenseCriteria.Delivery delivery, LicenseCriteria.Use use, Feature[] features, TimeSpan[] timeSpans, TimePeriod refreshPeriod, ClassificationFilter classifications, ClassificationFilter destinations)
          Constructor.

 

Uses of Feature in oracle.irm.engine.types.rights.context

 

Methods in oracle.irm.engine.types.rights.context that return Feature
 Feature[] DocumentRole.getFeatures()
          The valid features.

 

Methods in oracle.irm.engine.types.rights.context with parameters of type Feature
 void DocumentRole.setFeatures(Feature[] value)
          The valid features.

 

Constructors in oracle.irm.engine.types.rights.context with parameters of type Feature
DocumentRole(UUID uuid, Label[] labels, LicenseCriteria.Storage storage, Feature[] features, TimeSpan[] timeSpans, TimePeriod refreshPeriod, ItemConstraints.Type itemConstraints, DocumentRole.ExportConstraints exportConstraints, DomainRef domain)
          Constructor.

 

Uses of Feature in oracle.irm.engine.types.rights.journal

 

Methods in oracle.irm.engine.types.rights.journal that return Feature
 Feature ContextJournalEntry.getFeature()
          The application feature being performed.

 

Methods in oracle.irm.engine.types.rights.journal with parameters of type Feature
 void ContextJournalEntry.setFeature(Feature value)
          The application feature being performed.

 

Constructors in oracle.irm.engine.types.rights.journal with parameters of type Feature
ContextJournalEntry(UUID uuid, Date time, ContextJournalEntry.Status status, Account account, Feature feature, ContextInstanceRef contextInstance, ItemCode itemCode, URI uri, Device device)
          Constructor.

 

Uses of Feature in oracle.irm.j2ee.jws.core.storage

 

Methods in oracle.irm.j2ee.jws.core.storage with parameters of type Feature
 boolean DesktopServicesEndpoint.checkForAvailableLicenses(Feature feature, Classification classification)
          Check that the authenticated account has a license.

 


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.