Uses of Interface
com.ibm.di.config.interfaces.OperationsConfig
-
Packages that use OperationsConfig 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 OperationsConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement OperationsConfig Modifier and Type Class Description class
ALMappingConfigImpl
This is the implementation class for the configuration of an AssemblyLine Attribute Map Component.class
AssemblyLineConfigImpl
The implementation class for the configuration of an AssemblyLine.class
ConnectorConfigImpl
This class implements the TDI Connector configuration.class
FunctionConfigImpl
The configuration for a TDI Function Component, e.g. -
Uses of OperationsConfig in com.ibm.di.config.interfaces
Subinterfaces of OperationsConfig in com.ibm.di.config.interfaces Modifier and Type Interface Description interface
ALMappingConfig
The configuration for an AssemblyLine Attribute Map Component.interface
AssemblyLineConfig
The configuration for an AssemblyLine.interface
ConnectorConfig
The configuration for a TDI Connector, e.g.interface
FunctionConfig
The configuration for a TDI Function Component, e.g. -
Uses of OperationsConfig in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml with parameters of type OperationsConfig Modifier and Type Method Description void
AssemblyLineFactory. getInitParams(org.w3c.dom.Element elem, OperationsConfig al)
This method converts old style and reads the new style initialization parameters.void
AssemblyLineFactory. getOperation(org.w3c.dom.Element elem, OperationsConfig alc, java.lang.String forceName)
void
AssemblyLineFactory. getOperations(org.w3c.dom.Element elem, OperationsConfig alc)
Get operations.void
AssemblyLineFactory. setInitParams(org.w3c.dom.Element elem, OperationsConfig alc)
Generates a XML element from the init params of the provided operation configuration and add the newly created element to the it to the Input and Output Attribute Map of the connector.void
AssemblyLineFactory. setOperations(org.w3c.dom.Element elem, OperationsConfig alc)
Generates a XML element from the provided operation configuration and add it to the Input and Output Attribute Map of the connector.
-