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 classCallParamConfigImplDeprecated.Methods in com.ibm.di.config.base that return CallParamConfig Modifier and Type Method Description CallParamConfigCallConfigImpl. getCallParameter(java.lang.Object name)Deprecated.Gets a named CallParamConfig objectCallParamConfigCallConfigImpl. 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 voidCallConfigImpl. removeCallParameter(CallParamConfig param)Deprecated.Removes a CallParamConfig object from this config.voidCallConfigImpl. 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 CallParamConfigCallConfig. getCallParameter(java.lang.Object name)Deprecated.Gets a named CallParamConfig objectCallParamConfigCallConfig. 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 voidCallConfig. removeCallParameter(CallParamConfig param)Deprecated.Removes a CallParamConfig object from this config.voidCallConfig. setCallParameter(CallParamConfig param)Deprecated.Sets a name CallParamConfig object
-