|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DBObjectCriteria | |
|---|---|
| oracle.ide.db.controls | Reusable UI controls to used to show or list database objects. |
| oracle.javatools.db | Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. |
| oracle.javatools.db.dictionary | Contains a Database implementation (DictionaryDatabase) that
retrieves information for retrieving object information using dictionary
queries (instead of the JDBC metadata). |
| oracle.jdeveloper.offlinedb | Database API extension for saving database object definitions in XML files. |
| Uses of DBObjectCriteria in oracle.ide.db.controls |
|---|
| Methods in oracle.ide.db.controls that return DBObjectCriteria | |
|---|---|
DBObjectCriteria<SystemObject> |
DBObjectChooser.getDBObjectCriteria()
|
| Uses of DBObjectCriteria in oracle.javatools.db |
|---|
| Methods in oracle.javatools.db that return DBObjectCriteria | |
|---|---|
static DBObjectCriteria<SystemObject> |
DBObjectCriteria.createCriteria()
Creates a new, blank criteria that isn't tied to a specific SystemObject subclass. |
static DBObjectCriteria<SystemObject> |
DBObjectCriteria.createCriteria(java.lang.String[] types,
Schema schema,
java.lang.String nameLike)
Creates a new, blank criteria that isn't tied to a specific SystemObject subclass. |
static DBObjectCriteria<SystemObject> |
DBObjectCriteria.createCriteria(java.lang.String type,
Schema schema,
java.lang.String nameLike)
Creates a new, blank criteria that isn't tied to a specific SystemObject subclass. |
static DBObjectCriteria<SystemObject> |
DBObjectCriteria.createCriteria(java.lang.String type,
java.lang.String schemaName,
java.lang.String nameLike)
Creates a new, blank criteria that isn't tied to a specific SystemObject subclass. |
| Methods in oracle.javatools.db with parameters of type DBObjectCriteria | ||
|---|---|---|
void |
DBObjectProvider.addObjectListener(DBObjectListener list,
DBObjectCriteria crit)
Adds a listener that is notified of any updates to objects that match the given criteria. |
|
void |
AbstractDBObjectProvider.addObjectListener(DBObjectListener list,
DBObjectCriteria crit)
|
|
|
DBObjectProvider.getObject(DBObjectCriteria<T> criteria)
Retrieves the SystemObject representing a specific database object. |
|
|
AbstractDBObjectProvider.getObject(DBObjectCriteria<T> criteria)
|
|
protected
|
AbstractDBObjectProvider.getObjectImpl(DBObjectCriteria<T> criteria)
|
|
protected
|
AbstractDatabase.getObjectImpl(DBObjectCriteria<T> criteria)
|
|
|
DatabaseDescriptor.listBuiltInObjects(DBObjectCriteria<T> criteria)
A built-in object is a SystemObject definition that we define in the database descriptor for well-known objects. |
|
protected
|
DatabaseDescriptor.listBuiltInObjectsImpl(DBObjectCriteria<T> criteria)
Implementation for listing built-in objects. |
|
abstract java.util.Collection<DBObjectLister.ObjectInfo> |
DBObjectLister.listObjects(DBObjectCriteria criteria)
List the objects that the given criteria has restricted the list to. |
|
|
DBObjectProvider.listObjects(DBObjectCriteria<T> filter)
Lists the objects from this provider that match the given criteria. |
|
|
AbstractDBObjectProvider.listObjects(DBObjectCriteria<T> criteria)
|
|
protected
|
AbstractDBObjectProvider.listObjectsFromCache(DBObjectCriteria<T> criteria)
Lists the objects that are in the internal memory cache for this provider. |
|
protected abstract
|
AbstractDBObjectProvider.listObjectsImpl(DBObjectCriteria<T> criteria)
Internal listObjects implementation. |
|
| Uses of DBObjectCriteria in oracle.javatools.db.dictionary |
|---|
| Methods in oracle.javatools.db.dictionary with parameters of type DBObjectCriteria | ||
|---|---|---|
java.lang.String |
DictionaryQueries.getCustomListQuery(java.lang.String type,
boolean defaultSchema,
DBObjectCriteria criteria)
Returns the custom list query for the given object type. |
|
DictionaryQueries.Params[] |
DictionaryQueries.getCustomListQueryParams(java.lang.String type,
boolean defaultSchema,
DBObjectCriteria criteria)
Returns the parameters for the custom list query. |
|
protected QueryWrapper[] |
DictionaryDatabase.getListQueries(DBObjectCriteria<? extends SystemObject> criteria)
Retruns a number of query wrapper objects that will list the given object types in the given schema. |
|
boolean |
DictionaryQueries.isCustomListQuery(java.lang.String type,
boolean defaultSchema,
DBObjectCriteria criteria)
Returns true if the given type has a custom list query - i.e. |
|
protected
|
DictionaryDatabase.listObjectsImpl(DBObjectCriteria<T> criteria)
|
|
| Uses of DBObjectCriteria in oracle.jdeveloper.offlinedb |
|---|
| Methods in oracle.jdeveloper.offlinedb with parameters of type DBObjectCriteria | ||
|---|---|---|
protected
|
OfflineDBObjectProvider.getObjectImpl(DBObjectCriteria<T> criteria)
|
|
protected abstract
|
OfflineDBObjectProvider.listAllObjects(DBObjectCriteria<T> criteria)
Lists the objects by type, schema and name (can include wildcard '%') from this provide only, not its dependencies. |
|
protected
|
OfflineDBObjectProvider.listObjectsImpl(DBObjectCriteria<T> criteria)
|
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||