|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<LicenseCriteria.Use>
oracle.irm.engine.core.license.LicenseCriteria.Use
public static enum LicenseCriteria.Use
The intended use of a license. When content is opened an appropriate license, with an open feature, will be requested (and used). Licenses used in this fashion are called primary licenses. If a feature of a license is advertised as on demand the desktop can offer that feature to the user, but only when that feature is used will a license be requested. Licenses used in this fashion are called secondary licenses. For example, opening content will use a primary license, whereas optional printing might cause another license to be requested just for the print operation, this will be the secondary license.
| Enum Constant Summary | |
|---|---|
PRIMARYPrimary use. |
|
SECONDARYSecondary use. |
|
| Method Summary | |
|---|---|
static LicenseCriteria.Use |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static LicenseCriteria.Use[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LicenseCriteria.Use PRIMARY
public static final LicenseCriteria.Use SECONDARY
| Method Detail |
|---|
public static LicenseCriteria.Use[] values()
for (LicenseCriteria.Use c : LicenseCriteria.Use.values())
System.out.println(c);
public static LicenseCriteria.Use valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||