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.Use

Packages that use LicenseCriteria.Use
oracle.irm.engine.types.core.license License related objects, enumerations and exceptions. 

 

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

 

Methods in oracle.irm.engine.types.core.license that return LicenseCriteria.Use
static LicenseCriteria.Use LicenseCriteria.Use.fromValue(String value)
          Get the enumeration value from a string.
 LicenseCriteria.Use LicenseCriteria.getUse()
          License use.
static LicenseCriteria.Use LicenseCriteria.Use.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LicenseCriteria.Use[] LicenseCriteria.Use.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.Use
 void LicenseCriteria.setUse(LicenseCriteria.Use value)
          License use.

 

Constructors in oracle.irm.engine.types.core.license with parameters of type LicenseCriteria.Use
LicenseCriteria(LicenseCriteria.Storage storage, LicenseCriteria.Delivery delivery, LicenseCriteria.Use use, Feature[] features, TimeSpan[] timeSpans, TimePeriod refreshPeriod, ClassificationFilter classifications, ClassificationFilter destinations)
          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.