|
|||||||||||
| 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(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 |
setItem(Object name,
ConnectorSchemaItemConfig item)
Deprecated. Sets the item attribute of the ConnectorSchemaConfig object |
| Method Detail |
|---|
List getItemNames()
ConnectorSchemaItemConfig getItem(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(Object name)
name - the name of the schema item
void removeItem(Object name)
name - the name of the schema item to delete.
void setItem(Object name,
ConnectorSchemaItemConfig item)
name - The new item valueitem - The new item value
ConnectorSchemaItemConfig newItem(Object name)
throws Exception
name - the name of the new schema item
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 | ||||||||||