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

Packages that use AttributeMapConfig
com.ibm.di.cdm.core   
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. 
com.ibm.di.report.aloverview   
com.ibm.di.server Provides classes for the Security Directory Integrator core engine. 
 

Uses of AttributeMapConfig in com.ibm.di.cdm.core
 

Methods in com.ibm.di.cdm.core with parameters of type AttributeMapConfig
protected  java.util.Set<java.lang.String> CDMAttributesValidator.getEnabledAttributes(AttributeMapConfig mapConfig)
          Return set of enabled attributes in the map.
 

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

Classes in com.ibm.di.config.base that implement AttributeMapConfig
 class AttributeMapConfigImpl
          The implementation class for the configuration of an AttributeMap
 class HooksConfigImpl
          Implements the configuration for all the Hooks e.g.
 

Methods in com.ibm.di.config.base that return AttributeMapConfig
static AttributeMapConfig FileNamespace.createMap(java.lang.String name, MetamergeConfig mc)
          Reads a property-style attribute map configuration from the specified file.
 AttributeMapConfig ConnectorConfigImpl.getAttributeMap()
          Attribute Maps
 AttributeMapConfig ALMappingConfigImpl.getAttributeMap()
          Override ConnectorConfig to ensure we always get the input map.
 AttributeMapConfig OperationConfigImpl.getAttributeMap(boolean input)
           
 AttributeMapConfig ConnectorConfigImpl.getAttributeMap(boolean input)
          Gets the attributeMap attribute of the ConnectorConfig object
 AttributeMapConfig AssemblyLineConfigImpl.getAttributeMap(boolean input)
          Returns the AssemblyLine's attribute map
 AttributeMapConfig ALMappingConfigImpl.getAttributeMap(boolean input)
          Override ConnectorConfig to ensure we always get the input map.
 AttributeMapConfig MetamergeConfigImpl.getAttributeMap(java.lang.Object name)
           
 AttributeMapConfig ConnectorConfigImpl.getAttributeMap(java.lang.Object name)
          Gets the attributeMap attribute of the ConnectorConfig object
 AttributeMapConfig ALMappingConfigImpl.getAttributeMap(java.lang.Object name)
          Override ConnectorConfig to ensure we always get the input map
 AttributeMapConfig AssemblyLineConfigImpl.getAttributeMap(java.lang.String name)
          Returns the AssemblyLine's attribute map by name ("Input"/"Output")
 

Methods in com.ibm.di.config.base with parameters of type AttributeMapConfig
 void ConnectorConfigImpl.setAttributeMap(AttributeMapConfig attributeMap)
          Sets the attributeMap attribute of the ConnectorConfig object
 void ConnectorConfigImpl.setAttributeMap(AttributeMapConfig attributeMap, boolean input)
          Sets the attributeMap attribute of the ConnectorConfig object
 

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

Subinterfaces of AttributeMapConfig in com.ibm.di.config.interfaces
 interface HooksConfig
          The configuration for all the Hooks e.g.
 

Methods in com.ibm.di.config.interfaces that return AttributeMapConfig
 AttributeMapConfig ConnectorConfig.getAttributeMap()
          Attribute Maps
 AttributeMapConfig OperationConfig.getAttributeMap(boolean input)
          Returns the input or output attribute map
 AttributeMapConfig ConnectorConfig.getAttributeMap(boolean input)
          Gets the attributeMap attribute of the ConnectorConfig object
 AttributeMapConfig AssemblyLineConfig.getAttributeMap(boolean input)
          Returns the AssemblyLine's attribute map
 AttributeMapConfig MetamergeConfig.getAttributeMap(java.lang.Object name)
          Returns the AttributeMapConfig object for the named map.
 AttributeMapConfig ConnectorConfig.getAttributeMap(java.lang.Object name)
          Gets the attributeMap attribute of the ConnectorConfig object
 AttributeMapConfig AssemblyLineConfig.getAttributeMap(java.lang.String name)
          Returns the AssemblyLine's attribute map by name ("Input"/"Output")
 

Methods in com.ibm.di.config.interfaces with parameters of type AttributeMapConfig
 void ConnectorConfig.setAttributeMap(AttributeMapConfig attributeMap)
          Sets the attributeMap attribute of the ConnectorConfig object
 void ConnectorConfig.setAttributeMap(AttributeMapConfig attributeMap, boolean input)
          Sets the attributeMap attribute of the ConnectorConfig object
 

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

Methods in com.ibm.di.config.xml with parameters of type AttributeMapConfig
 void ConnectorFactory.getAttributeMap(org.w3c.dom.Element elem, AttributeMapConfig amc)
           
 void ConnectorFactory.getAttributeMapItem(org.w3c.dom.Element elem, AttributeMapConfig amc)
           
protected  void SchemaFactory.migrateSchema(SchemaConfig cc, AttributeMapConfig amc, org.w3c.dom.Element elem, boolean input)
           
 void SchemaFactory.migrateSchemaItem(org.w3c.dom.Element elem, SchemaConfig config, AttributeMapConfig amc, boolean input)
           
 void ConnectorFactory.setAttributeMap(AttributeMapConfig amc, org.w3c.dom.Element elem)
           
 void ConnectorFactory.setAttributeMapItems(AttributeMapConfig amc, org.w3c.dom.Element e)
           
 

Uses of AttributeMapConfig in com.ibm.di.report.aloverview
 

Methods in com.ibm.di.report.aloverview with parameters of type AttributeMapConfig
static DataTable ReportUtil.getAttributeMapData(AttributeMapConfig attrMap)
           
 

Uses of AttributeMapConfig in com.ibm.di.server
 

Methods in com.ibm.di.server that return AttributeMapConfig
 AttributeMapConfig RSInterface.getAttributeMap(java.lang.String name)
          Returns the the "Attribute Map" for a named connector
 AttributeMapConfig RS.getAttributeMap(java.lang.String name)
          Returns the the "Attribute Map" for a named connector
 

Methods in com.ibm.di.server with parameters of type AttributeMapConfig
 void AttributeMapping.loadMap(AttributeMapConfig map)
           
 void AssemblyLineComponent.useInputMap(AttributeMapConfig map)
          Sets the provided AttributeMapConfig to be used for input mapping.
 void AttributeMapComponent.useOutputMap(AttributeMapConfig map)
           
 void AssemblyLineComponent.useOutputMap(AttributeMapConfig map)
          Sets the provided AttributeMapConfig to be used for output mapping.