|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DBWizardFactory is responsible for creating and editing Database Objects.
Method Summary | |
boolean |
canCreateDBObject(Context ctx, Database db, java.lang.String dbObjectType) Whether this DBWizardFactory will be able to create a new dabtabase object of a specific type in a specific context. |
boolean |
canEditDBObject(Context ctx, Database db, DBObject object) Whether this DBWizardFactory will be able to edit an existing dabtabase object of a specific type in a specific context. |
boolean |
createDBObject(Context ctx, Database db, java.lang.String dbObjectType) Creates a new dabtabase object of a specific type in a specific context. |
boolean |
editDBObject(Context ctx, Database db, DBObject object) Edits an existing dabtabase object of a specific type in a specific context. |
Method Detail |
public boolean canCreateDBObject(Context ctx, Database db, java.lang.String dbObjectType)
ctx
- The context of the current selectiondb
- The Database instance to create the object inoracle.jdeveloper.cm.ds.db.DatabaseObjectType
public boolean createDBObject(Context ctx, Database db, java.lang.String dbObjectType)
ctx
- The context of the current selectiondb
- The Database instance to create the object inoracle.jdeveloper.cm.ds.db.DatabaseObjectType
public boolean canEditDBObject(Context ctx, Database db, DBObject object)
ctx
- The context of the current selectiondb
- The Database instance to create the object inpublic boolean editDBObject(Context ctx, Database db, DBObject object)
ctx
- The context of the current selectiondb
- The Database instance to create the object in
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.