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.core.time.RelativeTimeSpan.TimeBase

Packages that use RelativeTimeSpan.TimeBase
oracle.irm.engine.core.time Time based objects and services. 

 

Uses of RelativeTimeSpan.TimeBase in oracle.irm.engine.core.time

 

Methods in oracle.irm.engine.core.time that return RelativeTimeSpan.TimeBase
 RelativeTimeSpan.TimeBase RelativeTimeSpan.getTimeBase()
          The relative time base.
static RelativeTimeSpan.TimeBase RelativeTimeSpan.TimeBase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelativeTimeSpan.TimeBase[] RelativeTimeSpan.TimeBase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.core.time with parameters of type RelativeTimeSpan.TimeBase
static RelativeTimeSpan RelativeTimeSpanFactory.createRelativeTimeSpan(RelativeTimeSpan.TimeBase timeBase, TimePeriod startTime, TimePeriod stopTime)
          Create an relative time span for a specified start and stop time.
static RelativeTimeSpan RelativeTimeSpanFactory.createRelativeTimeSpan(TimeSpan.ReferencePoint referencePoint, RelativeTimeSpan.TimeBase timeBase, TimePeriod startTime, TimePeriod stopTime)
          Create an relative time span for a specified start and stop time.

 


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.