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 classConnectorSchemaItemConfigImplDeprecated.Methods in com.ibm.di.config.base that return ConnectorSchemaItemConfig Modifier and Type Method Description ConnectorSchemaItemConfigConnectorSchemaConfigImpl. getItem(java.lang.Object name)Deprecated.ConnectorSchemaItemConfigConnectorSchemaConfigImpl. getItem(java.lang.Object name, boolean create)Deprecated.ConnectorSchemaItemConfigConnectorSchemaConfigImpl. newItem(java.lang.Object name)Deprecated.Methods in com.ibm.di.config.base with parameters of type ConnectorSchemaItemConfig Modifier and Type Method Description voidConnectorSchemaConfigImpl. 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 ConnectorSchemaItemConfigConnectorSchemaConfig. getItem(java.lang.Object name)Deprecated.Gets the item attribute of the ConnectorSchemaConfig objectConnectorSchemaItemConfigConnectorSchemaConfig. getItem(java.lang.Object name, boolean create)Deprecated.ConnectorSchemaItemConfigConnectorSchemaConfig. 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 voidConnectorSchemaConfig. setItem(java.lang.Object name, ConnectorSchemaItemConfig item)Deprecated.Sets the item attribute of the ConnectorSchemaConfig object
-