| Package | Description | 
|---|---|
| oracle.ide.db | 
 Classes for representing database objects in the IDE. 
 | 
| oracle.ide.db.transfer | 
 Contains an API for transfering database object from one DBObjectProvider to
another. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SchemaObjectDescriptor[] | 
SchemaObjectDescriptor.createDescriptors(DBObjectID[] ids)
Wraps up a set of DBObjectIDs into SchemaObjectDescriptors. 
 | 
static SchemaObjectDescriptor[] | 
SchemaObjectDescriptor.createDescriptors(SystemObject[] objs)
Wraps up a set of SystemObjects into SchemaObjectDescriptors. 
 | 
static SchemaObjectDescriptor[] | 
SchemaObjectDescriptor.createDescriptors(SystemObject[] objs,
                 boolean saveObj)
Wraps up a set of SystemObjects into SchemaObjectDescriptors. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SchemaObjectDescriptor.copyToImpl(SchemaObjectDescriptor copy)  | 
protected boolean | 
SchemaObjectDescriptor.equalsImpl(SchemaObjectDescriptor obj,
          boolean strict)  | 
static SystemObject[] | 
SchemaObjectDescriptor.findObjects(DBObjectProvider source,
           SchemaObjectDescriptor... descs)
Finds the objects for the given descriptors in a DBObjectProvider. 
 | 
static SchemaObject[] | 
SchemaObjectDescriptor.unwrapDescriptors(SchemaObjectDescriptor[] descs,
                 DBObjectProvider source)
Deprecated.  
 | 
static SystemObject[] | 
SchemaObjectDescriptor.unwrapSystemObjectDescriptors(SchemaObjectDescriptor[] descs,
                             DBObjectProvider source)
Deprecated. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SchemaObjectDescriptor[] | 
TransferDescriptor.getSchemaObjectDescriptors()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransferDescriptor.setSchemaObjectDescriptors(SchemaObjectDescriptor[] sos)  |