|
|||||||||
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.OrgIDFilter
public class OrgIDFilter
Filter to filter based on OrgID.
Constructor Summary | |
---|---|
OrgIDFilter(int orgID)
Constructs the filter based on a particular organization ID. |
Method Summary | |
---|---|
boolean |
accept(RecordingRequest entry)
Tests if the given RecordingRequest passes the filter. |
int |
getFilterValue()
Reports the value of the organization ID 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 OrgIDFilter(int orgID)
orgID
- the organization ID value for matching
RecordingRequest
instances.Method Detail |
---|
public int getFilterValue()
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 |