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.license.LicenseCriteria.Storage

Packages that use LicenseCriteria.Storage
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. 

 

Uses of LicenseCriteria.Storage in oracle.irm.engine.types.core.license

 

Methods in oracle.irm.engine.types.core.license that return LicenseCriteria.Storage
static LicenseCriteria.Storage LicenseCriteria.Storage.fromValue(String value)
          Get the enumeration value from a string.
 LicenseCriteria.Storage LicenseCriteria.getStorage()
          Storage specifier.
static LicenseCriteria.Storage LicenseCriteria.Storage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LicenseCriteria.Storage[] LicenseCriteria.Storage.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.types.core.license with parameters of type LicenseCriteria.Storage
 void LicenseCriteria.setStorage(LicenseCriteria.Storage value)
          Storage specifier.

 

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

 

Uses of LicenseCriteria.Storage in oracle.irm.engine.types.rights.context

 

Methods in oracle.irm.engine.types.rights.context that return LicenseCriteria.Storage
 LicenseCriteria.Storage DocumentRole.getStorage()
          Storage specifier.

 

Methods in oracle.irm.engine.types.rights.context with parameters of type LicenseCriteria.Storage
 void DocumentRole.setStorage(LicenseCriteria.Storage value)
          Storage specifier.

 

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

 


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.