Uses of Interface
com.ibm.di.config.interfaces.ConnectorSchemaItemConfig
-
Packages that use ConnectorSchemaItemConfig 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 ConnectorSchemaItemConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement ConnectorSchemaItemConfig Modifier and Type Class Description class
ConnectorSchemaItemConfigImpl
Deprecated.Methods in com.ibm.di.config.base that return ConnectorSchemaItemConfig Modifier and Type Method Description ConnectorSchemaItemConfig
ConnectorSchemaConfigImpl. getItem(java.lang.Object name)
Deprecated.ConnectorSchemaItemConfig
ConnectorSchemaConfigImpl. getItem(java.lang.Object name, boolean create)
Deprecated.ConnectorSchemaItemConfig
ConnectorSchemaConfigImpl. newItem(java.lang.Object name)
Deprecated.Methods in com.ibm.di.config.base with parameters of type ConnectorSchemaItemConfig Modifier and Type Method Description void
ConnectorSchemaConfigImpl. setItem(java.lang.Object name, ConnectorSchemaItemConfig item)
Deprecated. -
Uses of ConnectorSchemaItemConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return ConnectorSchemaItemConfig Modifier and Type Method Description ConnectorSchemaItemConfig
ConnectorSchemaConfig. getItem(java.lang.Object name)
Deprecated.Gets the item attribute of the ConnectorSchemaConfig objectConnectorSchemaItemConfig
ConnectorSchemaConfig. getItem(java.lang.Object name, boolean create)
Deprecated.ConnectorSchemaItemConfig
ConnectorSchemaConfig. newItem(java.lang.Object name)
Deprecated.Creates a new schema item.Methods in com.ibm.di.config.interfaces with parameters of type ConnectorSchemaItemConfig Modifier and Type Method Description void
ConnectorSchemaConfig. setItem(java.lang.Object name, ConnectorSchemaItemConfig item)
Deprecated.Sets the item attribute of the ConnectorSchemaConfig object
-