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

Packages that use OperationsConfig
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. 
 

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

Classes in com.ibm.di.config.base that implement OperationsConfig
 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
 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
 void AssemblyLineFactory.getInitParams(Element elem, OperationsConfig al)
          This method converts old style and reads the new style initialization parameters.
 void AssemblyLineFactory.getOperation(Element elem, OperationsConfig alc, String forceName)
           
 void AssemblyLineFactory.getOperations(Element elem, OperationsConfig alc)
          Get operations.
 void AssemblyLineFactory.setInitParams(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(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.