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.time.TimeSpan

Packages that use TimeSpan
oracle.irm.engine.types.core.license License related objects, enumerations and exceptions. 
oracle.irm.engine.types.core.time Time related objects, enumerations and exceptions. 
oracle.irm.engine.types.rights.context Context Rights related objects, enumerations and exceptions. 

 

Uses of TimeSpan in oracle.irm.engine.types.core.license

 

Methods in oracle.irm.engine.types.core.license that return TimeSpan
 TimeSpan[] LicenseCriteria.getTimeSpans()
          Time constraints.

 

Methods in oracle.irm.engine.types.core.license with parameters of type TimeSpan
 void LicenseCriteria.setTimeSpans(TimeSpan[] value)
          Time constraints.

 

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

 

Uses of TimeSpan in oracle.irm.engine.types.core.time

 

Subclasses of TimeSpan in oracle.irm.engine.types.core.time
 class AbsoluteTimeSpan
          Absolute Time Span type.
 class RelativeTimeSpan
          Relative Time Span type.

 

Uses of TimeSpan in oracle.irm.engine.types.rights.context

 

Methods in oracle.irm.engine.types.rights.context that return TimeSpan
 TimeSpan[] DocumentRole.getTimeSpans()
          Time constraints.

 

Methods in oracle.irm.engine.types.rights.context with parameters of type TimeSpan
 void DocumentRole.setTimeSpans(TimeSpan[] value)
          Time constraints.

 

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