Uses of Interface
com.ibm.di.config.interfaces.AttributeMapItem
-
Packages that use AttributeMapItem Package Description com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model.com.ibm.di.config.xml Provides classes that implement the reading and writing of the Security Verify Directory Integrator configuration components. -
-
Uses of AttributeMapItem in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement AttributeMapItem Modifier and Type Class Description classAttributeMapItemImplThe implementation class of theAttributeMapIteminterface.Methods in com.ibm.di.config.base that return AttributeMapItem Modifier and Type Method Description static AttributeMapItemAttributeMapItemImpl. clone(AttributeMapItem ami)Clone an Attribute Map Item.AttributeMapItemAttributeMapConfigImpl. getAttributeMapItem(java.lang.Object attrName)Returns the AttributeMapItem for attributeAttributeMapItemAttributeMapConfigImpl. 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 Modifier and Type Method Description static AttributeMapItemAttributeMapItemImpl. clone(AttributeMapItem ami)Clone an Attribute Map Item.voidAttributeMapConfigImpl. renameAttributeMapItem(java.lang.Object newName, AttributeMapItem map)Changes the name of an existing attributemapitemvoidAttributeMapConfigImpl. 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 Modifier and Type Method Description AttributeMapItemAttributeMapConfig. getAttributeMapItem(java.lang.Object attribute)Returns the AttributeMapItem for attributeAttributeMapItemAttributeMapConfig. 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 Modifier and Type Method Description voidAttributeMapConfig. renameAttributeMapItem(java.lang.Object newName, AttributeMapItem map)Changes the name of an existing attributemapitemvoidAttributeMapConfig. 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 Modifier and Type Method Description voidConnectorFactory. getAttributeMapItem(org.w3c.dom.Element elem, AttributeMapItem ami)
-