Skip navigation links 
 
oracle.jdeveloper.offlinedb.model
Interface OfflineDBObjectNode
- All Superinterfaces:
 
- DBObjectNode, DBObjectProviderNode, DBObjectTypeNode, Dirtyable, Displayable, Element, Locatable
 
- All Known Subinterfaces:
 
- SchemaObjectNode
 
- All Known Implementing Classes:
 
- oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode, SchemaNode
 
- 
public interface OfflineDBObjectNode
 
- extends DBObjectNode, Dirtyable
 
Interface for all offline database nodes containing DBObjects to implement.
- Since:
 
- 11.1.1.2.0
 
 
 
 
 
 
 
 
 
 
getProvider
OfflineDBObjectProvider getProvider()
- Gets the offline provider that the object for this node is from.
 
- 
- Specified by:
 
getProvider in interface DBObjectNode 
 
getObjectID
BaseObjectID getObjectID()
- Gets the ID of the object represented by this Node.
 
- 
- Returns:
 
- the id for the contained object, or null if the object cannot be loaded.
 
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.