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 classCallConfigImplDeprecated.Methods in com.ibm.di.config.base that return CallConfig Modifier and Type Method Description CallConfigAssemblyLineConfigImpl. getTaskInputParameters()Deprecated.Use getSchema(true)CallConfigAssemblyLineConfigImpl. 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 CallConfigAssemblyLineConfig. getTaskInputParameters()Deprecated.Use getSchema(true)CallConfigAssemblyLineConfig. 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 voidAssemblyLineFactory. getCallParam(CallConfig config, org.w3c.dom.Element elem)
-