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

Packages that use TimeRange
oracle.irm.engine.core.time Time based objects and services. 
oracle.irm.engine.rights.context Content classification system rights provisioning. 

 

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

 

Methods in oracle.irm.engine.core.time that return TimeRange
static TimeRange TimeRangeFactory.createTimeRange(Date begin, Date end)
          Create a time range.
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.

 

Uses of TimeRange in oracle.irm.engine.rights.context

 

Methods in oracle.irm.engine.rights.context with parameters of type TimeRange
static int ContextOperationsInstance.deleteJournalEntriesByRange(TimeRange range)
          Delete journal entries that fall in the given time range.
 int ContextOperations.deleteJournalEntriesByRange(TimeRange range)
          Delete journal entries that fall in the given time range.
static Collection<ContextJournalEntry> ContextOperationsInstance.searchJournal(Collection<String> accountNames, Collection<ItemCode> items, TimeRange timeRange, PageRange pageRange, ContextJournalSorting sorting)
          Search the context journal.
 Collection<ContextJournalEntry> ContextOperations.searchJournal(Collection<String> accountNames, Collection<ItemCode> items, TimeRange timeRange, PageRange pageRange, ContextJournalSorting sorting)
          Search the context journal.

 


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.