|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectorSchemaConfig
This class represents the configuration of the Connector schema. The Connector schema describes what the input/output conn Entry contains.
Field Summary |
---|
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
---|
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, SUBTREE |
Method Summary | |
---|---|
ConnectorSchemaItemConfig |
getItem(Object name)
Gets the item attribute of the ConnectorSchemaConfig object |
ConnectorSchemaItemConfig |
getItem(Object name,
boolean create)
|
List |
getItemNames()
Gets the List of Items names. |
ConnectorSchemaItemConfig |
newItem(Object name)
Creates a new schema item. |
void |
removeItem(Object name)
Deletes the specified schema item. |
void |
setItem(Object name,
ConnectorSchemaItemConfig item)
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 valueConnectorSchemaItemConfig 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 |