|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ocap.shared.dvr.navigation.RecordingListFilter
org.ocap.shared.dvr.navigation.AppIDFilter
public class AppIDFilter
Filter to filter based on AppID.
Constructor Summary | |
---|---|
AppIDFilter(AppID appID)
Constructs the filter based on a particular AppID . |
Method Summary | |
---|---|
boolean |
accept(RecordingRequest entry)
Tests if the given RecordingRequest passes the filter. |
AppID |
getFilterValue()
Reports the value of AppID used to create this filter. |
Methods inherited from class org.ocap.shared.dvr.navigation.RecordingListFilter |
---|
getCascadingFilter, setCascadingFilter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppIDFilter(AppID appID)
AppID
.
appID
- AppID value for matching RecordingRequest
s.Method Detail |
---|
public AppID getFilterValue()
AppID
used to create this filter.
AppID
used to create this filter.public boolean accept(RecordingRequest entry)
RecordingRequest
passes the filter.
accept
in class RecordingListFilter
entry
- An individual RecordingRequest
to be
evaluated against the filtering algorithm.
true
if RecordingRequest
is of the type
indicated by the filter value; false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |