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 classALMappingConfigImplThis is the implementation class for the configuration of an AssemblyLine Attribute Map Component.classAssemblyLineConfigImplThe implementation class for the configuration of an AssemblyLine.classConnectorConfigImplThis class implements the TDI Connector configuration.classFunctionConfigImplThe 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 interfaceALMappingConfigThe configuration for an AssemblyLine Attribute Map Component.interfaceAssemblyLineConfigThe configuration for an AssemblyLine.interfaceConnectorConfigThe configuration for a TDI Connector, e.g.interfaceFunctionConfigThe 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 voidAssemblyLineFactory. getInitParams(org.w3c.dom.Element elem, OperationsConfig al)This method converts old style and reads the new style initialization parameters.voidAssemblyLineFactory. getOperation(org.w3c.dom.Element elem, OperationsConfig alc, java.lang.String forceName)voidAssemblyLineFactory. getOperations(org.w3c.dom.Element elem, OperationsConfig alc)Get operations.voidAssemblyLineFactory. 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.voidAssemblyLineFactory. 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.
-