Uses of Interface
org.ocap.shared.dvr.navigation.RecordingList

Packages that use RecordingList
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.dvr.storage Provides management and representation of storage for stored media. 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
org.ocap.shared.dvr.navigation Provides support for Navigation of recording lists. 
 

Uses of RecordingList in org.ocap.dvr
 

Methods in org.ocap.dvr that return RecordingList
 RecordingList OcapRecordingRequest.getOverlappingEntries()
          Gets any other RecordingRequest that overlaps with the duration of this recording request.
 

Uses of RecordingList in org.ocap.dvr.storage
 

Methods in org.ocap.dvr.storage that return RecordingList
 RecordingList MediaStorageEvent.getEntries()
          Returns the list of scheduled, pending, in-progress, and completed recordings for which a contained MediaStorageVolume is an explicit or implicit destination.
 

Uses of RecordingList in org.ocap.shared.dvr
 

Methods in org.ocap.shared.dvr that return RecordingList
abstract  RecordingList RecordingManager.getEntries()
          Gets the list of entries maintained by the RecordingManager.
abstract  RecordingList RecordingManager.getEntries(RecordingListFilter filter)
          Gets the list of recording requests matching the specified filter.
 RecordingList ParentRecordingRequest.getKnownChildren()
          Gets all the immediate child Recordings corresponding to this parent RecordingRequest.
 

Uses of RecordingList in org.ocap.shared.dvr.navigation
 

Methods in org.ocap.shared.dvr.navigation that return RecordingList
 RecordingList RecordingList.filterRecordingList(RecordingListFilter filter)
          Creates a new RecordingList object that is a subset of this list, based on the conditions specified by a RecordingListFilter object.
 RecordingList RecordingListIterator.getRecordingList()
          Gets the recording list corresponding to this RecordingListIterator.
 RecordingList RecordingList.sortRecordingList(RecordingListComparator sortCriteria)
          Creates a new RecordingList that contains all the elements of this list sorted according to the criteria specified by a RecordingListComparator.