|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeMapConfig
Specifies the interface methods for working with an AttributeMap
| 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 | |
|---|---|
AttributeMapItem |
getAttributeMapItem(Object attribute)
Returns the AttributeMapItem for attribute |
List |
getAttributeNames()
Returns a list of attribute names in this object. |
boolean |
hasAttributeMapItem(Object attribute)
Checks if a named attribute is local (not inherited or null) to this object. |
AttributeMapItem |
newAttributeMapItem(Object name)
Creates and adds a new attribute map item to this object. |
void |
removeAttributeMapItem(Object attribute)
Removes a named attribute from this map. |
void |
renameAttributeMapItem(Object newName,
AttributeMapItem map)
Changes the name of an existing attributemapitem |
void |
setAttributeMapItem(AttributeMapItem map)
Sets a attributeMapItem attribute of the AttributeMapConfig object |
| Method Detail |
|---|
void setAttributeMapItem(AttributeMapItem map)
map - The new AttributeMapItemvoid removeAttributeMapItem(Object attribute)
attribute - The attribute nameAttributeMapItem getAttributeMapItem(Object attribute)
attribute - The attribute name
boolean hasAttributeMapItem(Object attribute)
attribute - The attribute name
AttributeMapItem newAttributeMapItem(Object name)
throws Exception
name - The attribute name
Exception - Any errors encountered by the underlying driverList getAttributeNames()
void renameAttributeMapItem(Object newName,
AttributeMapItem map)
throws Exception
newName - The new namemap - The existing AttributeMapItem
Exception - Any errors encountered by the underlying driver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||