|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.javatools.data.HashStructureAdapter
oracle.jdeveloper.offlinedb.model.ProviderSettings
public class ProviderSettings
Settings for a provider in the offline database.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_SCHEMA_NAME |
Fields inherited from class oracle.javatools.data.HashStructureAdapter |
---|
_hash |
Fields inherited from interface oracle.javatools.data.PropertyStorage |
---|
DATA_KEY |
Constructor Summary | |
---|---|
ProviderSettings() |
Method Summary | |
---|---|
ProviderSettings |
createCopy() Returns a copy of this settings object. |
DataTypeSettings |
getDataTypeSettings() Returns the data type settings for this provider. |
java.lang.String |
getDefaultSchemaName() Returns the settings for the default schema name. |
java.lang.String |
getDefaultSchemaName(boolean defaultIfNone) Returns the setting for the default schema name. |
static ProviderSettings |
getDefaultSettings() Gets the default ProviderSettings. |
java.lang.Class<? extends oracle.jdevimpl.offlinedb.browser.DBObjectFileWrapper> |
getFileWrapperClass() Deprecated. |
java.lang.String |
getID() Returns a unqiue ID for this provider. |
OfflineDBObjectFactory.IDScheme |
getIDScheme() Deprecated. |
java.lang.String |
getName() Returns the name of this provider. |
HashStructure |
getProperties() Returns the property storage for this settings object. |
static ProviderSettings |
getSettings(PropertyStorage ps) Creates a settings wrapper around the given property storage. |
static boolean |
isNameProperty(java.lang.String propertyName) |
boolean |
needsProviderRestart(ProviderSettings newSettings) Tests whether there are changes in the given settings object compared with the settings in this object that would require a provider restart. |
static boolean |
needsProviderRestart(java.lang.String propertyName) Returns true if the given fully qualified property name (from the hash) requires a provider restart to be applied. |
void |
setDefaultSchemaName(java.lang.String name) Set the default schema name (replacing any existing value). |
void |
setDefaultSchemaName(java.lang.String name, boolean overwrite) Set the default schema name. |
void |
setFileWrapperClass(java.lang.Class<? extends oracle.jdevimpl.offlinedb.browser.DBObjectFileWrapper> clz) Deprecated. |
void |
setIDScheme(OfflineDBObjectFactory.IDScheme scheme) Deprecated. |
void |
setName(java.lang.String name) Sets the name of this provider. |
Methods inherited from class oracle.javatools.data.HashStructureAdapter |
---|
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_SCHEMA_NAME
Constructor Detail |
---|
public ProviderSettings()
Method Detail |
---|
public ProviderSettings createCopy()
public java.lang.String getID()
public DataTypeSettings getDataTypeSettings()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDefaultSchemaName(boolean defaultIfNone)
public java.lang.String getDefaultSchemaName()
public void setDefaultSchemaName(java.lang.String name)
public void setDefaultSchemaName(java.lang.String name, boolean overwrite)
@Deprecated
public java.lang.Class<? extends oracle.jdevimpl.offlinedb.browser.DBObjectFileWrapper> getFileWrapperClass()
@Deprecated
public void setFileWrapperClass(java.lang.Class<? extends oracle.jdevimpl.offlinedb.browser.DBObjectFileWrapper> clz)
@Deprecated
public OfflineDBObjectFactory.IDScheme getIDScheme()
@Deprecated
public void setIDScheme(OfflineDBObjectFactory.IDScheme scheme)
public final boolean needsProviderRestart(ProviderSettings newSettings)
needsProviderRestart(String)
public static final boolean isNameProperty(java.lang.String propertyName)
public static final boolean needsProviderRestart(java.lang.String propertyName)
public static final ProviderSettings getSettings(PropertyStorage ps)
public HashStructure getProperties()
getProperties
in interface PropertyStorage
HashStructure
wrapped by this PropertyStorage.public static ProviderSettings getDefaultSettings()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |