com.ibm.di.config.interfaces
Interface ConnectorSchemaConfig

All Superinterfaces:
BaseConfiguration, java.io.Serializable
All Known Implementing Classes:
ConnectorSchemaConfigImpl

Deprecated. We used SchemaConfig for all schemas now.

public interface ConnectorSchemaConfig
extends BaseConfiguration

This class was used for the configuration of the Connector schema.

See Also:
SchemaConfig

Field Summary
 
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
 
Method Summary
 ConnectorSchemaItemConfig getItem(java.lang.Object name)
          Deprecated. Gets the item attribute of the ConnectorSchemaConfig object
 ConnectorSchemaItemConfig getItem(java.lang.Object name, boolean create)
          Deprecated.  
 java.util.List getItemNames()
          Deprecated. Gets the List of Items names.
 ConnectorSchemaItemConfig newItem(java.lang.Object name)
          Deprecated. Creates a new schema item.
 void removeItem(java.lang.Object name)
          Deprecated. Deletes the specified schema item.
 void setItem(java.lang.Object name, ConnectorSchemaItemConfig item)
          Deprecated. Sets the item attribute of the ConnectorSchemaConfig object
 
Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
addListener, detachFromParent, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getModTS, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isExpression, isParameterLocal, isProtectedParameter, nameForChild, notifyChange, notifyChange, notifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setModTS, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
 

Method Detail

getItemNames

java.util.List getItemNames()
Deprecated. 
Gets the List of Items names.

Returns:
The item value

getItem

ConnectorSchemaItemConfig getItem(java.lang.Object name,
                                  boolean create)
Deprecated. 
Parameters:
name - the name of the schema item
create - a boolean value specifying if the item should be created if it does not exist
Returns:
The item value

getItem

ConnectorSchemaItemConfig getItem(java.lang.Object name)
Deprecated. 
Gets the item attribute of the ConnectorSchemaConfig object

Parameters:
name - the name of the schema item
Returns:
The item value

removeItem

void removeItem(java.lang.Object name)
Deprecated. 
Deletes the specified schema item.

Parameters:
name - the name of the schema item to delete.

setItem

void setItem(java.lang.Object name,
             ConnectorSchemaItemConfig item)
Deprecated. 
Sets the item attribute of the ConnectorSchemaConfig object

Parameters:
name - The new item value
item - The new item value

newItem

ConnectorSchemaItemConfig newItem(java.lang.Object name)
                                  throws java.lang.Exception
Deprecated. 
Creates a new schema item.

Parameters:
name - the name of the new schema item
Returns:
the config object for the new item
Throws:
java.lang.Exception - An exception is thrown if this method fails.