|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.ConnectorSchemaConfigImpl
public class ConnectorSchemaConfigImpl
This class implements the old Connector Schema.
Connectors currently use the standard Schema implementation SchemaConfigImpl.
| Field Summary |
|---|
| Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
|---|
NAME |
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE |
| Constructor Summary | |
|---|---|
ConnectorSchemaConfigImpl()
Deprecated. |
|
ConnectorSchemaConfigImpl(Object config)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
configurationChanged(MetamergeConfigChange changeEvent)
Deprecated. |
ConnectorSchemaItemConfig |
getItem(Object name)
Deprecated. Gets the item attribute of the ConnectorSchemaConfig object |
ConnectorSchemaItemConfig |
getItem(Object name,
boolean create)
Deprecated. |
List |
getItemNames()
Deprecated. Gets the List of Items names. |
ConnectorSchemaItemConfig |
newItem(Object name)
Deprecated. Creates a new schema item. |
void |
removeItem(Object name)
Deprecated. Deletes the specified schema item. |
void |
setInheritsFrom(BaseConfiguration inheritFrom)
Deprecated. We override this method to change the inherited object if we inherit from a connector. |
void |
setItem(Object name,
ConnectorSchemaItemConfig item)
Deprecated. Sets the item attribute of the ConnectorSchemaConfig object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectorSchemaConfigImpl()
public ConnectorSchemaConfigImpl(Object config)
| Method Detail |
|---|
public List getItemNames()
ConnectorSchemaConfig
getItemNames in interface ConnectorSchemaConfigpublic ConnectorSchemaItemConfig getItem(Object name)
ConnectorSchemaConfig
getItem in interface ConnectorSchemaConfigname - the name of the schema item
public ConnectorSchemaItemConfig getItem(Object name,
boolean create)
getItem in interface ConnectorSchemaConfigname - the name of the schema itemcreate - a boolean value specifying if the item should be created if it
does not exist
public void removeItem(Object name)
ConnectorSchemaConfig
removeItem in interface ConnectorSchemaConfigname - the name of the schema item to delete.
public void setItem(Object name,
ConnectorSchemaItemConfig item)
ConnectorSchemaConfig
setItem in interface ConnectorSchemaConfigname - The new item valueitem - The new item value
public ConnectorSchemaItemConfig newItem(Object name)
throws Exception
ConnectorSchemaConfig
newItem in interface ConnectorSchemaConfigname - the name of the new schema item
Exception - An exception is thrown if this method fails.public void setInheritsFrom(BaseConfiguration inheritFrom)
setInheritsFrom in interface BaseConfigurationsetInheritsFrom in class BaseConfigurationImplinheritFrom - The new inheritsFrom value.public void configurationChanged(MetamergeConfigChange changeEvent)
BaseConfigurationImpl
configurationChanged in interface MetamergeConfigChangeListenerconfigurationChanged in class BaseConfigurationImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||