Uses of Interface
com.ibm.di.config.interfaces.CallParamConfig
-
Packages that use CallParamConfig 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. -
-
Uses of CallParamConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement CallParamConfig Modifier and Type Class Description class
CallParamConfigImpl
Deprecated.Methods in com.ibm.di.config.base that return CallParamConfig Modifier and Type Method Description CallParamConfig
CallConfigImpl. getCallParameter(java.lang.Object name)
Deprecated.Gets a named CallParamConfig objectCallParamConfig
CallConfigImpl. newCallParameter(java.lang.Object name)
Deprecated.Creates a new CallParamConfig and adds it to this configuration.Methods in com.ibm.di.config.base with parameters of type CallParamConfig Modifier and Type Method Description void
CallConfigImpl. removeCallParameter(CallParamConfig param)
Deprecated.Removes a CallParamConfig object from this config.void
CallConfigImpl. setCallParameter(CallParamConfig param)
Deprecated.Sets a name CallParamConfig object -
Uses of CallParamConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return CallParamConfig Modifier and Type Method Description CallParamConfig
CallConfig. getCallParameter(java.lang.Object name)
Deprecated.Gets a named CallParamConfig objectCallParamConfig
CallConfig. newCallParameter(java.lang.Object name)
Deprecated.Creates a new CallParamConfig and adds it to this configuration.Methods in com.ibm.di.config.interfaces with parameters of type CallParamConfig Modifier and Type Method Description void
CallConfig. removeCallParameter(CallParamConfig param)
Deprecated.Removes a CallParamConfig object from this config.void
CallConfig. setCallParameter(CallParamConfig param)
Deprecated.Sets a name CallParamConfig object
-