|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.DBObjectLister
public abstract class DBObjectLister
Plugin to DBObjectProvider to allow objects to be listed.
| Nested Class Summary | |
|---|---|
static class |
DBObjectLister.ObjectInfo
Encapsulates the information required about a listed object. |
| Constructor Summary | |
|---|---|
protected |
DBObjectLister(DBObjectProvider pro)
|
| Method Summary | |
|---|---|
protected DBObjectProvider |
getProvider()
|
abstract java.util.Collection<DBObjectLister.ObjectInfo> |
listObjects(DBObjectCriteria criteria)
List the objects that the given criteria has restricted the list to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DBObjectLister(DBObjectProvider pro)
| Method Detail |
|---|
public abstract java.util.Collection<DBObjectLister.ObjectInfo> listObjects(DBObjectCriteria criteria)
throws DBException
criteria - use to determine type/name/schema criteria for the listing
DBExceptionprotected DBObjectProvider getProvider()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||