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 classFormConfigImplImplementation 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 FormConfigFormItemConfigImpl. getForm()Methods in com.ibm.di.config.base with parameters of type FormConfig Modifier and Type Method Description voidFormItemConfigImpl. setForm(FormConfig form)voidFormSectionImpl. 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 FormConfigFormItemConfig. 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 voidFormItemConfig. setForm(FormConfig form)Set the FormConfig this FormItem is part of.voidFormSection. 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 FormConfigReportUtil. 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)
-