|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectorSchemaConfig
This class was used for the configuration of the Connector schema.
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 |
| Method Detail |
|---|
java.util.List getItemNames()
ConnectorSchemaItemConfig getItem(java.lang.Object name,
boolean create)
name - the name of the schema itemcreate - a boolean value specifying if the item should be created if it
does not exist
ConnectorSchemaItemConfig getItem(java.lang.Object name)
name - the name of the schema item
void removeItem(java.lang.Object name)
name - the name of the schema item to delete.
void setItem(java.lang.Object name,
ConnectorSchemaItemConfig item)
name - The new item valueitem - The new item value
ConnectorSchemaItemConfig newItem(java.lang.Object name)
throws java.lang.Exception
name - the name of the new schema item
java.lang.Exception - An exception is thrown if this method fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||