|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeMapConfig
The configuration for an AttributeMap (used in components of the AssemblyLine).
| 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 | |
|---|---|
AttributeMapItem |
getAttributeMapItem(java.lang.Object attribute)
Returns the AttributeMapItem for attribute |
java.util.List<java.lang.String> |
getAttributeNames()
Returns a list of attribute names in this object. |
boolean |
hasAttributeMapItem(java.lang.Object attribute)
Checks if a named attribute is local (not inherited or null) to this object. |
AttributeMapItem |
newAttributeMapItem(java.lang.Object name)
Creates and adds a new attribute map item to this object. |
void |
removeAttributeMapItem(java.lang.Object attribute)
Removes a named attribute from this map. |
void |
renameAttributeMapItem(java.lang.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(java.lang.Object attribute)
attribute - The attribute nameAttributeMapItem getAttributeMapItem(java.lang.Object attribute)
attribute - The attribute name
boolean hasAttributeMapItem(java.lang.Object attribute)
attribute - The attribute name
AttributeMapItem newAttributeMapItem(java.lang.Object name)
throws java.lang.Exception
name - The attribute name
java.lang.Exception - Any errors encountered by the underlying driverjava.util.List<java.lang.String> getAttributeNames()
void renameAttributeMapItem(java.lang.Object newName,
AttributeMapItem map)
throws java.lang.Exception
newName - The new namemap - The existing AttributeMapItem
java.lang.Exception - Any errors encountered by the underlying driver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||