Skip navigation links

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

E12907-03


Uses of Interface
oracle.irm.engine.core.time.TimeWindow

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

 

Uses of TimeWindow in oracle.irm.engine.core.time

 

Fields in oracle.irm.engine.core.time with type parameters of type TimeWindow
static Collection<TimeWindow> TimeWindowCollectionFactory.EMPTY_TIME_WINDOWS
          An empty Time Window collection.

 

Methods in oracle.irm.engine.core.time that return TimeWindow
static TimeWindow TimeWindowFactory.createTimeWindow(TimePoint start, TimePoint end, TimeWindow.DayOfWeek day)
          Create a time window, by specifying the day, the start time and the end time.

 

Methods in oracle.irm.engine.core.time that return types with arguments of type TimeWindow
static Collection<TimeWindow> TimeWindowCollectionFactory.copyTimeWindows(Collection<TimeWindow> collection)
          Create a shallow copy of a Time Window collection.
static Collection<TimeWindow> TimeWindowCollectionFactory.createTimeWindows(int capacity)
          Create an empty Time Window collection with a capacity specified.
static Collection<TimeWindow> TimeWindowCollectionFactory.createTimeWindows(TimeWindow... elements)
          Create a Time Window collection containing zero or more elements.
static Collection<TimeWindow> TimeWindowCollectionFactory.unmodifiableTimeWindows(Collection<TimeWindow> value)
          Create an immutable shallow copy of a Time Window collection.

 

Methods in oracle.irm.engine.core.time with parameters of type TimeWindow
static Collection<TimeWindow> TimeWindowCollectionFactory.createTimeWindows(TimeWindow... elements)
          Create a Time Window collection containing zero or more elements.
static boolean TimeOperationsInstance.isTimeWindowOverlapping(TimeWindow window, Collection<TimeWindow> windows)
          Check whether a time window overlaps other time windows.
 boolean TimeOperations.isTimeWindowOverlapping(TimeWindow window, Collection<TimeWindow> windows)
          Check whether a time window overlaps other time windows.

 

Method parameters in oracle.irm.engine.core.time with type arguments of type TimeWindow
static Collection<TimeWindow> TimeWindowCollectionFactory.copyTimeWindows(Collection<TimeWindow> collection)
          Create a shallow copy of a Time Window collection.
static boolean TimeOperationsInstance.isTimeWindowOverlapping(TimeWindow window, Collection<TimeWindow> windows)
          Check whether a time window overlaps other time windows.
 boolean TimeOperations.isTimeWindowOverlapping(TimeWindow window, Collection<TimeWindow> windows)
          Check whether a time window overlaps other time windows.
static Collection<TimeWindow> TimeWindowCollectionFactory.unmodifiableTimeWindows(Collection<TimeWindow> value)
          Create an immutable shallow copy of a Time Window collection.

 


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.