|
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 | |||||||||
public interface DBObjectFilter<T extends DBObject>
Interface to use when searching DBObjects for a particular object, or objects.
| Nested Class Summary | |
|---|---|
static class |
DBObjectFilter.IDFilter<T extends DBObject>
DBObjectFilter implementation that accepts objects with a given ID, optionally performing a strict comparison. |
| Method Summary | |
|---|---|
boolean |
accept(T obj)
Returns true if the given DBObject is accepted by the rules of this filter. |
| Method Detail |
|---|
boolean accept(T obj)
|
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 | |||||||||