| Package | Description | 
|---|---|
| oracle.jdeveloper.offlinedb | 
 Database API extension for saving database object definitions in XML files. 
 | 
| oracle.jdeveloper.offlinedb.browser | 
 Offline Database Node implementations for the JDeveloper's Application
Navigator. 
 | 
| oracle.jdevimpl.offlinedb.browser | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
OfflineDBUtil.canUpdateFile(OfflineDBObjectNode node,
             OfflineDBObjectProvider pro)
Checks that update is available on the given object. 
 | 
DBObject | 
OfflineDBObjectProvider.getObject(OfflineDBObjectNode node)
Retrieves the object from the given node ensuring that the object's
 ID is correctly setup for this provider. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SchemaObjectNode
Interface for all offline database nodes containing SchemaObjects to
 implement. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SchemaNode
Node for the schema/package object in the system navigator. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode
Base class for the nodes in JDev that represent offline database objects. 
 |