|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.DBObjectFilter.IDFilter<T>
public static class DBObjectFilter.IDFilter<T extends DBObject>
DBObjectFilter implementation that accepts objects with a given ID, optionally performing a strict comparison.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.javatools.db.DBObjectFilter |
|---|
DBObjectFilter.IDFilter<T extends DBObject> |
| Constructor Summary | |
|---|---|
DBObjectFilter.IDFilter(DBObjectID id,
boolean strict)
Create a new filter to compare object IDs with the given ID using a strict or unstrict compare. |
|
| Method Summary | |
|---|---|
boolean |
accept(T obj)
Returns true if the given DBObject is accepted by the rules of this filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DBObjectFilter.IDFilter(DBObjectID id,
boolean strict)
id - the master ID we will compare withstrict - whether to perform a strict comparison.| Method Detail |
|---|
public boolean accept(T obj)
DBObjectFilter
accept in interface DBObjectFilter<T extends DBObject>
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||