Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.javatools.db.DBObjectCriteria

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)
           
<T extends SystemObject>
T
DBObjectProvider.getObject(DBObjectCriteria<T> criteria)
          Retrieves the SystemObject representing a specific database object.
<T extends SystemObject>
T
AbstractDBObjectProvider.getObject(DBObjectCriteria<T> criteria)
           
protected
<T extends SystemObject>
T
AbstractDBObjectProvider.getObjectImpl(DBObjectCriteria<T> criteria)
           
protected
<T extends SystemObject>
T
AbstractDatabase.getObjectImpl(DBObjectCriteria<T> criteria)
           
<T extends SystemObject>
java.util.Collection<T>
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
<T extends SystemObject>
java.util.Collection<T>
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.
<T extends SystemObject>
java.util.Collection<T>
DBObjectProvider.listObjects(DBObjectCriteria<T> filter)
          Lists the objects from this provider that match the given criteria.
<T extends SystemObject>
java.util.Collection<T>
AbstractDBObjectProvider.listObjects(DBObjectCriteria<T> criteria)
           
protected
<T extends SystemObject>
java.util.Collection<T>
AbstractDBObjectProvider.listObjectsFromCache(DBObjectCriteria<T> criteria)
          Lists the objects that are in the internal memory cache for this provider.
protected abstract
<T extends SystemObject>
java.util.Collection<T>
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
<T extends SystemObject>
java.util.Collection<T>
DictionaryDatabase.listObjectsImpl(DBObjectCriteria<T> criteria)
           

 

Uses of DBObjectCriteria in oracle.jdeveloper.offlinedb

 

Methods in oracle.jdeveloper.offlinedb with parameters of type DBObjectCriteria
protected
<T extends SystemObject>
T
OfflineDBObjectProvider.getObjectImpl(DBObjectCriteria<T> criteria)
           
protected abstract
<T extends SystemObject>
java.util.Collection<T>
OfflineDBObjectProvider.listAllObjects(DBObjectCriteria<T> criteria)
          Lists the objects by type, schema and name (can include wildcard '%') from this provide only, not its dependencies.
protected
<T extends SystemObject>
java.util.Collection<T>
OfflineDBObjectProvider.listObjectsImpl(DBObjectCriteria<T> criteria)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.