Skip navigation links

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

E12907-01


Uses of Class
oracle.irm.engine.types.rights.context.DocumentRole.ExportConstraints

Packages that use DocumentRole.ExportConstraints
oracle.irm.engine.types.rights.context Context Rights related objects, enumerations and exceptions. 

 

Uses of DocumentRole.ExportConstraints in oracle.irm.engine.types.rights.context

 

Methods in oracle.irm.engine.types.rights.context that return DocumentRole.ExportConstraints
static DocumentRole.ExportConstraints DocumentRole.ExportConstraints.fromValue(String value)
          Get the enumeration value from a string.
 DocumentRole.ExportConstraints DocumentRole.getExportConstraints()
          Set the export constraints on a role.
static DocumentRole.ExportConstraints DocumentRole.ExportConstraints.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DocumentRole.ExportConstraints[] DocumentRole.ExportConstraints.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.types.rights.context with parameters of type DocumentRole.ExportConstraints
 void DocumentRole.setExportConstraints(DocumentRole.ExportConstraints value)
          Set the export constraints on a role.

 

Constructors in oracle.irm.engine.types.rights.context with parameters of type DocumentRole.ExportConstraints
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-01


Copyright © 2010, Oracle. All rights reserved.