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

Packages that use AttributeMapConfig
com.ibm.di.admin   
com.ibm.di.admin.ui   
com.ibm.di.config.base   
com.ibm.di.config.interfaces   
com.ibm.di.config.xml   
com.ibm.di.server   
 

Uses of AttributeMapConfig in com.ibm.di.admin
 

Methods in com.ibm.di.admin that return AttributeMapConfig
 AttributeMapConfig RSInterfaceProxy.getAttributeMap(String name)
          Returns the the "Attribute Map" entry for a named connector
 

Uses of AttributeMapConfig in com.ibm.di.admin.ui
 

Methods in com.ibm.di.admin.ui with parameters of type AttributeMapConfig
 void GenericAttributeMapUI.AttributeMapModel.setAttributeMapConfig(AttributeMapConfig map)
           
 void FunctionMapUI.AttributeMapModel.setAttributeMapConfig(AttributeMapConfig map)
           
 void AttributeMapUI.AttributeMapModel.setAttributeMapConfig(AttributeMapConfig map)
           
 

Constructors in com.ibm.di.admin.ui with parameters of type AttributeMapConfig
FunctionMapUI(FunctionConfig config, Object container, AttributeMapConfig attributeMap, boolean input)
           
GenericAttributeMapUI.AttributeMapModel(AttributeMapConfig config)
           
GenericAttributeMapUI(AttributeMapConfig config, SchemaConfig schema, boolean input, int inheritableFrom, Object container)
          Constructor for the GenericAttributeMapUI object
 

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

Classes in com.ibm.di.config.base that implement AttributeMapConfig
 class AttributeMapConfigImpl
           
 class HooksConfigImpl
           
 

Methods in com.ibm.di.config.base that return AttributeMapConfig
 AttributeMapConfig ConnectorConfigImpl.getAttributeMap()
           
 AttributeMapConfig ALMappingConfigImpl.getAttributeMap()
          Override ConnectorConfig to ensure we always get the input map
 AttributeMapConfig OperationConfigImpl.getAttributeMap(boolean input)
           
 AttributeMapConfig EventHandlerConfigImpl.getAttributeMap(boolean input)
          Gets the attributeMap attribute of the ConnectorConfig object
 AttributeMapConfig ConnectorConfigImpl.getAttributeMap(boolean input)
          Attribute Maps
 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 ConnectorConfigImpl.getAttributeMap(Object name)
           
 AttributeMapConfig ALMappingConfigImpl.getAttributeMap(Object name)
          Override ConnectorConfig to ensure we always get the input map
 AttributeMapConfig AssemblyLineConfigImpl.getAttributeMap(String name)
          Gets the attributeMap attribute of the AssemblyLineConfigImpl object
 

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

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

Subinterfaces of AttributeMapConfig in com.ibm.di.config.interfaces
 interface HooksConfig
           
 

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 EventHandlerConfig.getAttributeMap(boolean input)
          Gets the attributeMap attribute of the ConnectorConfig object
 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 ConnectorConfig.getAttributeMap(Object name)
          Gets the attributeMap attribute of the ConnectorConfig object
 AttributeMapConfig AssemblyLineConfig.getAttributeMap(String name)
           
 

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(Element elem, AttributeMapConfig amc)
           
 void ConnectorFactory.getAttributeMapItem(Element elem, AttributeMapConfig item)
           
protected  void SchemaFactory.migrateSchema(SchemaConfig cc, AttributeMapConfig amc, Element elem, boolean input)
           
 void SchemaFactory.migrateSchemaItem(Element elem, SchemaConfig config, AttributeMapConfig amc, boolean input)
           
 void ConnectorFactory.setAttributeMap(AttributeMapConfig amc, Element elem)
           
 void ConnectorFactory.setAttributeMapItems(AttributeMapConfig amc, Element e)
           
 

Uses of AttributeMapConfig in com.ibm.di.server
 

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

Methods in com.ibm.di.server with parameters of type AttributeMapConfig
 void AttributeMapping.loadMap(AttributeMapConfig map)