Uses of Interface
com.ibm.di.config.interfaces.AttributeMapItem

Packages that use AttributeMapItem
com.ibm.di.config.base Provides classes that implement the Security Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Security Directory Integrator configuration model. 
com.ibm.di.config.xml Provides classes that implement the reading and writing of the Security Directory Integrator configuration components. 
 

Uses of AttributeMapItem in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement AttributeMapItem
 class AttributeMapItemImpl
          The implementation class of the AttributeMapItem interface.
 

Methods in com.ibm.di.config.base that return AttributeMapItem
static AttributeMapItem AttributeMapItemImpl.clone(AttributeMapItem ami)
          Clone an Attribute Map Item.
 AttributeMapItem AttributeMapConfigImpl.getAttributeMapItem(java.lang.Object attrName)
          Returns the AttributeMapItem for attribute
 AttributeMapItem AttributeMapConfigImpl.newAttributeMapItem(java.lang.Object name)
          Creates and adds a new attribute map item to this object.
 

Methods in com.ibm.di.config.base with parameters of type AttributeMapItem
static AttributeMapItem AttributeMapItemImpl.clone(AttributeMapItem ami)
          Clone an Attribute Map Item.
 void AttributeMapConfigImpl.renameAttributeMapItem(java.lang.Object newName, AttributeMapItem map)
          Changes the name of an existing attributemapitem
 void AttributeMapConfigImpl.setAttributeMapItem(AttributeMapItem map)
          Sets a attributeMapItem attribute of the AttributeMapConfig object
 

Uses of AttributeMapItem in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return AttributeMapItem
 AttributeMapItem AttributeMapConfig.getAttributeMapItem(java.lang.Object attribute)
          Returns the AttributeMapItem for attribute
 AttributeMapItem AttributeMapConfig.newAttributeMapItem(java.lang.Object name)
          Creates and adds a new attribute map item to this object.
 

Methods in com.ibm.di.config.interfaces with parameters of type AttributeMapItem
 void AttributeMapConfig.renameAttributeMapItem(java.lang.Object newName, AttributeMapItem map)
          Changes the name of an existing attributemapitem
 void AttributeMapConfig.setAttributeMapItem(AttributeMapItem map)
          Sets a attributeMapItem attribute of the AttributeMapConfig object
 

Uses of AttributeMapItem in com.ibm.di.config.xml
 

Methods in com.ibm.di.config.xml with parameters of type AttributeMapItem
 void ConnectorFactory.getAttributeMapItem(org.w3c.dom.Element elem, AttributeMapItem ami)