Skip navigation links

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

E17493-04


oracle.javatools.db
Class DBObjectLister

java.lang.Object
  extended by oracle.javatools.db.DBObjectLister


public abstract class DBObjectLister
extends java.lang.Object

Plugin to DBObjectProvider to allow objects to be listed.

Since:
11.1.1.4.0

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

DBObjectLister

protected DBObjectLister(DBObjectProvider pro)

Method Detail

listObjects

public abstract java.util.Collection<DBObjectLister.ObjectInfo> listObjects(DBObjectCriteria criteria)
                                                                     throws DBException
List the objects that the given criteria has restricted the list to.
Parameters:
criteria - use to determine type/name/schema criteria for the listing
Throws:
DBException

getProvider

protected DBObjectProvider getProvider()

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.