Uses of Interface
com.ibm.di.config.interfaces.AttributeMapConfig
-
Packages that use AttributeMapConfig Package Description com.ibm.di.cdm.core 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.com.ibm.di.report.aloverview com.ibm.di.server Provides classes for the Security Verify 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
AttributeMapConfigImpl
The implementation class for the configuration of an AttributeMapclass
HooksConfigImpl
Implements the configuration for all the Hooks e.g.Methods in com.ibm.di.config.base that return AttributeMapConfig Modifier and Type Method Description static AttributeMapConfig
FileNamespace. createMap(java.lang.String name, MetamergeConfig mc)
Reads a property-style attribute map configuration from the specified file.AttributeMapConfig
ALMappingConfigImpl. getAttributeMap()
Override ConnectorConfig to ensure we always get the input map.AttributeMapConfig
ALMappingConfigImpl. getAttributeMap(boolean input)
Override ConnectorConfig to ensure we always get the input map.AttributeMapConfig
ALMappingConfigImpl. getAttributeMap(java.lang.Object name)
Override ConnectorConfig to ensure we always get the input mapAttributeMapConfig
AssemblyLineConfigImpl. getAttributeMap(boolean input)
Returns the AssemblyLine's attribute mapAttributeMapConfig
AssemblyLineConfigImpl. getAttributeMap(java.lang.String name)
Returns the AssemblyLine's attribute map by name ("Input"/"Output")AttributeMapConfig
ConnectorConfigImpl. getAttributeMap()
Attribute MapsAttributeMapConfig
ConnectorConfigImpl. getAttributeMap(boolean input)
Gets the attributeMap attribute of the ConnectorConfig objectAttributeMapConfig
ConnectorConfigImpl. getAttributeMap(java.lang.Object name)
Gets the attributeMap attribute of the ConnectorConfig objectAttributeMapConfig
MetamergeConfigImpl. getAttributeMap(java.lang.Object name)
AttributeMapConfig
OperationConfigImpl. getAttributeMap(boolean input)
Methods in com.ibm.di.config.base with parameters of type AttributeMapConfig Modifier and Type Method Description void
ConnectorConfigImpl. setAttributeMap(AttributeMapConfig attributeMap)
Sets the attributeMap attribute of the ConnectorConfig objectvoid
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 Modifier and Type Interface Description interface
HooksConfig
The configuration for all the Hooks e.g.Methods in com.ibm.di.config.interfaces that return AttributeMapConfig Modifier and Type Method Description AttributeMapConfig
AssemblyLineConfig. getAttributeMap(boolean input)
Returns the AssemblyLine's attribute mapAttributeMapConfig
AssemblyLineConfig. getAttributeMap(java.lang.String name)
Returns the AssemblyLine's attribute map by name ("Input"/"Output")AttributeMapConfig
ConnectorConfig. getAttributeMap()
Attribute MapsAttributeMapConfig
ConnectorConfig. getAttributeMap(boolean input)
Gets the attributeMap attribute of the ConnectorConfig objectAttributeMapConfig
ConnectorConfig. getAttributeMap(java.lang.Object name)
Gets the attributeMap attribute of the ConnectorConfig objectAttributeMapConfig
MetamergeConfig. getAttributeMap(java.lang.Object name)
Returns the AttributeMapConfig object for the named map.AttributeMapConfig
OperationConfig. getAttributeMap(boolean input)
Returns the input or output attribute mapMethods in com.ibm.di.config.interfaces with parameters of type AttributeMapConfig Modifier and Type Method Description void
ConnectorConfig. setAttributeMap(AttributeMapConfig attributeMap)
Sets the attributeMap attribute of the ConnectorConfig objectvoid
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 Modifier and Type Method Description 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 Modifier and Type Method Description static DataTable
ReportUtil. getAttributeMapData(AttributeMapConfig attrMap)
-
Uses of AttributeMapConfig in com.ibm.di.server
Methods in com.ibm.di.server that return AttributeMapConfig Modifier and Type Method Description AttributeMapConfig
RS. getAttributeMap(java.lang.String name)
Returns the the "Attribute Map" for a named connectorAttributeMapConfig
RSInterface. getAttributeMap(java.lang.String name)
Returns the the "Attribute Map" for a named connectorMethods in com.ibm.di.server with parameters of type AttributeMapConfig Modifier and Type Method Description void
AttributeMapping. loadMap(AttributeMapConfig map)
void
AssemblyLineComponent. useInputMap(AttributeMapConfig map)
Sets the provided AttributeMapConfig to be used for input mapping.void
AssemblyLineComponent. useOutputMap(AttributeMapConfig map)
Sets the provided AttributeMapConfig to be used for output mapping.void
AttributeMapComponent. useOutputMap(AttributeMapConfig map)
-