|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeMapConfig | |
---|---|
com.ibm.di.config.base | Provides classes that implement the Tivoli Directory Integrator configuration model. |
com.ibm.di.config.interfaces | Provides the interfaces for the Tivoli Directory Integrator configuration model. |
com.ibm.di.config.xml | Provides classes that implement the reading and writing of the Tivoli Directory Integrator configuration components. |
com.ibm.di.server | Provides classes for the Tivoli Directory Integrator core engine. |
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 | |
---|---|
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 |
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 |
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |