|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface SchemaConfig
Describes a Schema, the information about which which fields are available or needed when reading from or writing to e.g. a Connector.
| 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 | |
|---|---|
SchemaItemConfig |
getItem(Object name)
Gets the item attribute of the SchemaConfig object |
List<String> |
getItemNames()
Gets a List of all of the names. |
SchemaItemConfig |
newItem(Object name)
Constructs a new SchemaItemConfig object |
void |
removeItem(Object name)
Removes and item from the schema |
void |
setItem(Object name,
SchemaItemConfig item)
Sets the item attribute of the SchemaConfig object |
| Method Detail |
|---|
List<String> getItemNames()
SchemaItemConfig getItem(Object name)
name - The name of the schema item object
void removeItem(Object name)
name - The name of the item to remove
void setItem(Object name,
SchemaItemConfig item)
name - The new item valueitem - The new item value
SchemaItemConfig newItem(Object name)
throws Exception
name - The name of the new Object
Exception - if the operation does not succeed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||