Uses of Interface
com.ibm.di.config.interfaces.CallConfig
-
Packages that use CallConfig 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 CallConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement CallConfig Modifier and Type Class Description class
CallConfigImpl
Deprecated.Methods in com.ibm.di.config.base that return CallConfig Modifier and Type Method Description CallConfig
AssemblyLineConfigImpl. getTaskInputParameters()
Deprecated.Use getSchema(true)CallConfig
AssemblyLineConfigImpl. getTaskOutputParameters()
Deprecated.Use getSchema(false) -
Uses of CallConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return CallConfig Modifier and Type Method Description CallConfig
AssemblyLineConfig. getTaskInputParameters()
Deprecated.Use getSchema(true)CallConfig
AssemblyLineConfig. getTaskOutputParameters()
Deprecated.Use getSchema(false) -
Uses of CallConfig in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml with parameters of type CallConfig Modifier and Type Method Description void
AssemblyLineFactory. getCallParam(CallConfig config, org.w3c.dom.Element elem)
-