| Package | Description |
|---|---|
| org.ocap.hn.content |
Provides representation of the content and content containers, and means of identifying content type.
|
| org.ocap.hn.content.navigation |
Provides ways to search for content and filter results.
|
| org.ocap.hn.recording |
Provides control and listing of recorded content.
|
| org.ocap.hn.security |
Provides access to home network security capabilities.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChannelContentItem
This interface represents a video or audio broadcast channel object.
|
interface |
ContentContainer
This class represents a container that contains one or more content entries.
|
interface |
ContentItem
This class represents a piece of content.
|
| Modifier and Type | Method and Description |
|---|---|
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()
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ContentEntry |
ContentList.find(String[] keys,
Object[] values)
Finds the first ContentEntry which matches the search.
|
ContentEntry |
ContentList.find(String key,
Object value)
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NetAuthorizationHandler2.notifyActivityStart(InetAddress inetAddress,
URL url,
int activityID,
ContentEntry entry,
String[] request,
NetworkInterface networkInterface)
Notifies the registered authorization handler that an
activity to access cable services has been started.
|
Copyright © 2012 CableLabs. All Rights Reserved.