Skip navigation links

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

E12907-02


Uses of Class
oracle.irm.engine.types.classifications.item.ItemConstraints.Type

Packages that use ItemConstraints.Type
oracle.irm.engine.types.classifications.item Content Item related objects, enumerations and exceptions. 
oracle.irm.engine.types.rights.context Context Rights related objects, enumerations and exceptions. 

 

Uses of ItemConstraints.Type in oracle.irm.engine.types.classifications.item

 

Methods in oracle.irm.engine.types.classifications.item that return ItemConstraints.Type
static ItemConstraints.Type ItemConstraints.Type.fromValue(String value)
          Get the enumeration value from a string.
 ItemConstraints.Type ItemConstraints.getType()
          The type of constraint.
static ItemConstraints.Type ItemConstraints.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ItemConstraints.Type[] ItemConstraints.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.types.classifications.item with parameters of type ItemConstraints.Type
 void ItemConstraints.setType(ItemConstraints.Type value)
          The type of constraint.

 

Constructors in oracle.irm.engine.types.classifications.item with parameters of type ItemConstraints.Type
ItemConstraints(ItemCode[] itemCodes, ItemConstraints.Type type)
          Constructor.

 

Uses of ItemConstraints.Type in oracle.irm.engine.types.rights.context

 

Methods in oracle.irm.engine.types.rights.context that return ItemConstraints.Type
 ItemConstraints.Type DocumentRole.getItemConstraints()
          Item constraints.

 

Methods in oracle.irm.engine.types.rights.context with parameters of type ItemConstraints.Type
 void DocumentRole.setItemConstraints(ItemConstraints.Type value)
          Item constraints.

 

Constructors in oracle.irm.engine.types.rights.context with parameters of type ItemConstraints.Type
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-02


Copyright © 2010, Oracle. All rights reserved.