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.TimeRange.Interval

Packages that use TimeRange.Interval
oracle.irm.engine.core.time Time based objects and services. 

 

Uses of TimeRange.Interval in oracle.irm.engine.core.time

 

Methods in oracle.irm.engine.core.time that return TimeRange.Interval
static TimeRange.Interval TimeRange.Interval.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeRange.Interval[] TimeRange.Interval.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 TimeRange.Interval
static TimeRange TimeRangeFactory.createTimeRange(Date date, TimeRange.Direction direction, TimeRange.Interval interval, int size)
          Create a time range using a time interval.
static TimeRange TimeOperationsInstance.getTimeRangeByInterval(Date date, TimeRange.Direction direction, TimeRange.Interval interval, int size)
          Create a time range using a time interval.
 TimeRange TimeOperations.getTimeRangeByInterval(Date date, TimeRange.Direction direction, TimeRange.Interval interval, int size)
          Create a time range using a time interval.

 


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.