Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- java.lang.Object
-
- oracle.javatools.db.DBObjectFilter.IDFilter<T>
-
- All Implemented Interfaces:
- DBObjectFilter<T>
- Enclosing interface:
- DBObjectFilter<T extends DBObject>
public static class DBObjectFilter.IDFilter<T extends DBObject>
extends java.lang.Object
implements DBObjectFilter<T>
DBObjectFilter implementation that accepts objects with a given ID,
optionally performing a strict comparison.
-
-
Constructor Summary
Constructors
| Constructor and Description |
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
Methods
| Modifier and Type |
Method and Description |
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
-
DBObjectFilter.IDFilter
public DBObjectFilter.IDFilter(DBObjectID id,
boolean strict)
Create a new filter to compare object IDs with the given ID using a
strict or unstrict compare.
- Parameters:
id - the master ID we will compare withstrict - whether to perform a strict comparison.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.