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

Packages that use TimeSpan.ReferencePoint
oracle.irm.engine.core.time Time based objects and services. 

 

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

 

Methods in oracle.irm.engine.core.time that return TimeSpan.ReferencePoint
 TimeSpan.ReferencePoint TimeSpan.getReferencePoint()
          The reference point for a time span.
static TimeSpan.ReferencePoint TimeSpan.ReferencePoint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeSpan.ReferencePoint[] TimeSpan.ReferencePoint.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 TimeSpan.ReferencePoint
static AbsoluteTimeSpan AbsoluteTimeSpanFactory.createAbsoluteTimeSpan(TimeSpan.ReferencePoint referencePoint, Date startTime, Date stopTime)
          Create an absolute 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.