Uses of Interface
org.ocap.hn.content.ContentEntry

Packages that use ContentEntry
org.ocap.hn.content   
org.ocap.hn.content.navigation   
org.ocap.hn.recording   
 

Uses of ContentEntry in org.ocap.hn.content
 

Subinterfaces of ContentEntry in org.ocap.hn.content
 interface ContentContainer
          This class represents a container that contains one or more content entries.
 interface ContentItem
          This class represents a piece of content.
 

Methods in org.ocap.hn.content that return ContentEntry
 ContentEntry ContentContainer.getEntry(int n)
          Returns the nth ContentEntry in this container, from local cache only; does not cause network activity.
 ContentEntry ContentContainer.getEntry(String ID)
          Returns the ContentEntry associated with the given ID in this container, or NULL if no entry is found.
 ContentEntry[] ContentContainer.toArray()
          Returns an array of all ContentEntry in this ContentContainers including other ContentContainers.
 

Methods in org.ocap.hn.content with parameters of type ContentEntry
 boolean ContentContainer.addContentEntries(ContentEntry[] entries)
          Adds ContentEntry objects to this ContentContainer.
 boolean ContentContainer.addContentEntry(ContentEntry entry)
          Adds a ContentEntry to this ContentContainer.
 boolean ContentContainer.contains(ContentEntry entry)
          Checks whether the given ContentEntry is in this ContentContainer in local cache only.
 int ContentContainer.getIndex(ContentEntry n)
          Gets the index of the specified ContentEntry, from local cache only; does not cause network activity.
 boolean ContentContainer.removeContentEntries(ContentEntry[] entries)
          Removes ContentEntry objects from this ContentContainer.
 boolean ContentContainer.removeContentEntry(ContentEntry entry)
          Removes a ContentEntry from this ContentContainer.
 

Uses of ContentEntry in org.ocap.hn.content.navigation
 

Methods in org.ocap.hn.content.navigation that return ContentEntry
 ContentEntry ContentList.find(String[] keys, Object[] values)
          Finds the first ContentEntry which matches the search.
 ContentEntry ContentList.find(String key, Object value)
          Finds the first ContentEntry which identifier for the key 'key' equals the given object obj.
 

Methods in org.ocap.hn.content.navigation with parameters of type ContentEntry
 boolean DeviceFilter.accept(ContentEntry entry)
          Inherited from ContentDatabaseFilter.
abstract  boolean ContentDatabaseFilter.accept(ContentEntry entry)
          This method is called for every ContentEntry in the database/list this filter is applied to.
 

Uses of ContentEntry in org.ocap.hn.recording
 

Subinterfaces of ContentEntry in org.ocap.hn.recording
 interface NetRecordingEntry
          This ContentEntry represents a series recording that has been scheduled on the home network.
 interface RecordingContentItem
          This ContentItem represents a recording that has been scheduled on the home network.
 

Methods in org.ocap.hn.recording with parameters of type ContentEntry
 boolean NetRecordingRequestHandler.notifyDelete(InetAddress address, ContentEntry recording)
          Notifies this NetRecordingRequestHandler that a device on the home network has requested that metadata associated with a recording be deleted.
 boolean NetRecordingRequestHandler.notifyDeleteService(InetAddress address, ContentEntry recording)
          Notifies this NetRecordingRequestHandler that a device on the home network has requested that content associated with a recorded service be deleted.
 boolean NetRecordingRequestHandler.notifyDisable(InetAddress address, ContentEntry recording)
          Notifies this NetRecordingRequestHandler that a device on the home network has requested that a recording be disabled.
 boolean NetRecordingRequestHandler.notifyReschedule(InetAddress address, ContentEntry recording, NetRecordingEntry spec)
          Notifies this NetRecordingRequestHandler that a device on the home network has requested that a recording be rescheduled.
 NetActionRequest RecordingNetModule.requestDelete(ContentEntry recording, NetActionHandler handler)
          Requests that metadata associated with a scheduled recording be deleted from storage.
 NetActionRequest RecordingNetModule.requestDeleteService(ContentEntry recording, NetActionHandler handler)
          Requests that content associated with a scheduled recording be deleted from storage.
 NetActionRequest RecordingNetModule.requestDisable(ContentEntry recording, NetActionHandler handler)
          Requests that an in progress recording be disabled on this network recording device.
 NetActionRequest RecordingNetModule.requestReschedule(ContentEntry recording, NetRecordingSpec recordingSpec, NetActionHandler handler)
          Requests that a recording be rescheduled on this network recording device.
 



Copyright © 2011. All Rights Reserved.