Uses of Interface
com.ibm.di.config.interfaces.FormConfig
-
Packages that use FormConfig 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.report.aloverview -
-
Uses of FormConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement FormConfig Modifier and Type Class Description class
FormConfigImpl
Implementation of the configuration of a Form that can be displayed by the Configuration EditorMethods in com.ibm.di.config.base that return FormConfig Modifier and Type Method Description FormConfig
FormItemConfigImpl. getForm()
Methods in com.ibm.di.config.base with parameters of type FormConfig Modifier and Type Method Description void
FormItemConfigImpl. setForm(FormConfig form)
void
FormSectionImpl. setForm(FormConfig form)
Constructors in com.ibm.di.config.base with parameters of type FormConfig Constructor Description FormConfigUtil(FormConfig form, java.lang.String nlsCode, boolean expandValues)
Use this constructor when you already have a FormConfig object. -
Uses of FormConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return FormConfig Modifier and Type Method Description FormConfig
FormItemConfig. getForm()
Returns the FormConfig this FormItem is part of.Methods in com.ibm.di.config.interfaces with parameters of type FormConfig Modifier and Type Method Description void
FormItemConfig. setForm(FormConfig form)
Set the FormConfig this FormItem is part of.void
FormSection. setForm(FormConfig form)
Set the FormConfig this FormSection is part of. -
Uses of FormConfig in com.ibm.di.report.aloverview
Methods in com.ibm.di.report.aloverview that return FormConfig Modifier and Type Method Description static FormConfig
ReportUtil. getFormConfig(java.lang.String formName)
Methods in com.ibm.di.report.aloverview with parameters of type FormConfig Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>
ReportUtil. getRawConfiguration(BaseConfiguration configuration, FormConfig form)
-