| 
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.jdeveloper.offlinedb.handler.DeleteHandler
public class DeleteHandler
Handles the logic for deleting offline db schemas and inter-dependent schema objects. It can inspect dependencies between the objects in a project, and determine whether or not objects can be deleted. The user is presented with appropriate dialogs before the operation is performed.
| Constructor Summary | |
|---|---|
DeleteHandler()
 | 
|
| Method Summary | |
|---|---|
 void | 
handleDelete(java.util.Collection<? extends Element> elems,
             OfflineDBObjectProvider pro,
             boolean confirm)
 | 
 void | 
handleDelete(Context c,
             OfflineDBObjectProvider pro)
 | 
 void | 
handleDelete(SystemObject[] objs,
             OfflineDBObjectProvider pro)
Handles the delete of the given schema objects from their provider.  | 
 void | 
handleDelete(SystemObject[] objs,
             OfflineDBObjectProvider pro,
             boolean confirm)
Deprecated. - confirm is automatically controlled by the offline database.  | 
 void | 
handleDeleteProvider(Context c)
Deletes a schema, or number of schemas if more than one is selected.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DeleteHandler()
| Method Detail | 
|---|
public void handleDelete(Context c,
                         OfflineDBObjectProvider pro)
                  throws DBException
DBException
public void handleDelete(java.util.Collection<? extends Element> elems,
                         OfflineDBObjectProvider pro,
                         boolean confirm)
                  throws DBException
DBException
public void handleDelete(SystemObject[] objs,
                         OfflineDBObjectProvider pro)
                  throws DBException
objs - pro - 
DBException - - If there is an error. Note that a
 HandlerFailedException is thrown if the error has been dealt with (i.e.
 an error displayed to the user) and nothing deleted.
@Deprecated
public void handleDelete(SystemObject[] objs,
                                    OfflineDBObjectProvider pro,
                                    boolean confirm)
                  throws DBException
DBException
public void handleDeleteProvider(Context c)
                          throws DBException
DBException
  | 
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 | |||||||||